diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-18 17:36:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-18 18:37:37 -0400 |
commit | f32ac2aaf5a3ae420cf4dae0081418664e048206 (patch) | |
tree | d7c2ef4bfc482734424c109d1b227a29e6148512 /.travis.yml | |
parent | 96bc96ceeb8e30868bbb0c6493ea142dc23af34b (diff) | |
download | tor-f32ac2aaf5a3ae420cf4dae0081418664e048206.tar.gz tor-f32ac2aaf5a3ae420cf4dae0081418664e048206.zip |
Test the with-rust and without-rust distcheck variants
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3f133782d1..1d00859587 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,7 +100,9 @@ matrix: - compiler: gcc env: COVERAGE_OPTIONS="--enable-coverage" - compiler: gcc - env: DISTCHECK="yes" + env: DISTCHECK="yes" RUST_OPTIONS="" + - compiler: gcc + env: DISTCHECK="yes" RUST_OPTIONS="--enable-rust --enable-cargo-online-mode" ## The "sudo: required" forces non-containerized builds, working ## around a Travis CI environment issue: clang LeakAnalyzer fails ## because it requires ptrace and the containerized environment no |