aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-26 15:37:00 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-26 15:37:00 -0400
commitf226d6460d22e69ab00d8256cfc19e120305e581 (patch)
treeb3928512be32e47ccb3723e234272252d31f04ea /.travis.yml
parentdcc477cb53cda792c433b01c21f45cd4415c984d (diff)
downloadtor-f226d6460d22e69ab00d8256cfc19e120305e581.tar.gz
tor-f226d6460d22e69ab00d8256cfc19e120305e581.zip
Travis update: "gcc-warnings" became "fatal-warnings" in 0.2.9
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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