summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-08-24 16:29:23 -0400
committerNick Mathewson <nickm@torproject.org>2019-08-24 16:29:23 -0400
commitf1707f7db3296e5ddae2f09ff269afdebf651ec4 (patch)
tree54cbc460bab38064bdadb11648b562d75f5c0018 /.travis.yml
parentd475d7c2fb3c0ed5120c50011b187f6957a4f52c (diff)
parent7c92f4faa21be4deb03a7ef2e07fb0a15853fed8 (diff)
downloadtor-f1707f7db3296e5ddae2f09ff269afdebf651ec4.tar.gz
tor-f1707f7db3296e5ddae2f09ff269afdebf651ec4.zip
Merge branch 'maint-0.4.1'
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 36fb3a1b76..fe9266dffa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,7 +91,7 @@ matrix:
- compiler: gcc
os: linux
## TOR_RUST_DEPENDENCIES is spelt RUST_DEPENDENCIES in 0.3.2
- env: RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true HARDENING_OPTIONS=""
+ env: RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true
## (Linux only) Use the latest Linux image (Ubuntu Trusty)
dist: trusty