diff options
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 d4587ca9fb..18c5b5bdd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,7 +103,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 |