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:37:39 +1000
commit82bacca4e0c47baa34a6cbb49ed9d1c96999e749 (patch)
tree424e96eef65441fc6df4cd7dd64ad8d8299b52aa /.travis.yml
parentc847b9f1a6fc09d19ab28b62f5b1389469d6fa0d (diff)
downloadtor-82bacca4e0c47baa34a6cbb49ed9d1c96999e749.tar.gz
tor-82bacca4e0c47baa34a6cbb49ed9d1c96999e749.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 73caaa79a8..911a5f6ab6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -100,8 +100,10 @@ matrix:
- env: RUST_VERSION="nightly" RUST_OPTIONS="--enable-rust --enable-cargo-online-mode"
compiler: clang
os: osx
- - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes" CHUTNEY_MAKE_TARGET="test-network-ipv6"
- 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" CHUTNEY_MAKE_TARGET="test-network-ipv6"
+ # os: osx
## (Linux only) Use a recent Linux image (Ubuntu Bionic)
dist: bionic