aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2017-07-24 23:07:09 +0000
committerIsis Lovecruft <isis@torproject.org>2017-07-25 00:58:00 +0000
commit810bbb791157d9ad2c7f7ae9452e01563ef2af04 (patch)
tree30220c4c48937b4a206fec4282eba79a51705aa2 /.travis.yml
parent1d42316f49098e5fd5613bfa39dd6e3b02e3bd61 (diff)
downloadtor-810bbb791157d9ad2c7f7ae9452e01563ef2af04.tar.gz
tor-810bbb791157d9ad2c7f7ae9452e01563ef2af04.zip
Builds on CI should use --enable-fragile-hardening.
(cherry picked from commit c91a57ccf90308c6728184b43519f96b61acb95d)
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 09ee44b0b2..8d6be32fcd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,7 +90,7 @@ install:
script:
- ./autogen.sh
- - ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules
+ - ./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