diff options
author | teor <teor@torproject.org> | 2019-08-22 22:10:00 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-22 22:10:00 +1000 |
commit | 8b32d22a072a334917fba8569042ff61d7026d27 (patch) | |
tree | 78ebecf2bcf92b8b5338a46337b924f0d9ff979e /.travis.yml | |
parent | 90f4ed2335fee8bba6e232c6d92078cb133f5b9e (diff) | |
parent | 190386f1c44462fbef568ca9e3c1c997dbebcf12 (diff) | |
download | tor-8b32d22a072a334917fba8569042ff61d7026d27.tar.gz tor-8b32d22a072a334917fba8569042ff61d7026d27.zip |
Merge branch 'bug31463_035' into bug31463_040
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3c605b4d91..070c8db558 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 |