Преглед на файлове

Test the with-rust and without-rust distcheck variants

Nick Mathewson преди 6 години
родител
ревизия
f32ac2aaf5
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      .travis.yml

+ 3 - 1
.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