aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2017-07-25 01:03:15 +0000
committerIsis Lovecruft <isis@torproject.org>2017-07-25 01:03:15 +0000
commit6d0af8daccd5ed0540f959065c0a794b982432aa (patch)
tree9d858bce34a32e53033ce6d9cc4289dbf91c3842
parentc71864425158a3d480cc143581d5fb40111fa428 (diff)
downloadtor-6d0af8daccd5ed0540f959065c0a794b982432aa.tar.gz
tor-6d0af8daccd5ed0540f959065c0a794b982432aa.zip
In < 0.2.9.x, --enable-fatal-warnings was --enable-gcc-warnings.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ab8052bde5..fa0337b492 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,7 +79,7 @@ install:
script:
- ./autogen.sh
- - ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules --enable-fragile-hardening
+ - ./configure $RUST_OPTIONS --disable-asciidoc --enable-gcc-warnings --disable-silent-rules --enable-fragile-hardening
## We run `make check` because that's what https://jenkins.torproject.org does.
- make check