aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-02-13 13:13:40 +1000
committerteor <teor@torproject.org>2020-02-13 13:43:59 +1000
commit03650e0f60ec37c758f90f3e02bf2ace05959a7e (patch)
treed6d527c3669eaaccf4fcfcf562ca90de12291e92 /.travis.yml
parentb9c7c61ea5233854ff83257a8bc530b7e0a50351 (diff)
downloadtor-03650e0f60ec37c758f90f3e02bf2ace05959a7e.tar.gz
tor-03650e0f60ec37c758f90f3e02bf2ace05959a7e.zip
Travis: Require the macOS IPv6 chutney job
The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 28a45788b4..323ebf5b35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,8 +91,10 @@ matrix:
- env: RUST_OPTIONS="--enable-rust --enable-cargo-online-mode"
compiler: clang
os: osx
- - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
- os: osx
+ ## Since we're actively developing IPv6, we want to require the IPv6
+ ## chutney tests
+ #- env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
+ # os: osx
## (Linux only) Use a recent Linux image (Ubuntu Bionic)
dist: bionic