[tor/maint-0.2.9] Travis update: "gcc-warnings" became "fatal-warnings" in 0.2.9

commit f226d6460d22e69ab00d8256cfc19e120305e581 Author: Nick Mathewson <nickm@torproject.org> Date: Wed Jul 26 15:37:00 2017 -0400 Travis update: "gcc-warnings" became "fatal-warnings" in 0.2.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa0337b49..ab8052bde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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
participants (1)
-
nickm@torproject.org