From f226d6460d22e69ab00d8256cfc19e120305e581 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 26 Jul 2017 15:37:00 -0400 Subject: [PATCH] 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 fa0337b492..ab8052bde5 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