Travis update: "gcc-warnings" became "fatal-warnings" in 0.2.9

This commit is contained in:
Nick Mathewson 2017-07-26 15:37:00 -04:00
parent dcc477cb53
commit f226d6460d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ install:
script:
- ./autogen.sh
- ./configure $RUST_OPTIONS --disable-asciidoc --enable-gcc-warnings --disable-silent-rules --enable-fragile-hardening
- ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules --enable-fragile-hardening
## We run `make check` because that's what https://jenkins.torproject.org does.
- make check