diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2020-03-06 19:45:03 +0200 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2020-03-06 19:45:03 +0200 |
commit | 437da7fb3a1a8834a2cc939119f71da15d5bea64 (patch) | |
tree | 0fdd48cc58cbd749675b8b4c21225635a65bdd0a | |
parent | dcb75f00e1425bb7fa447fad79a8b7a429445614 (diff) | |
download | tor-437da7fb3a1a8834a2cc939119f71da15d5bea64.tar.gz tor-437da7fb3a1a8834a2cc939119f71da15d5bea64.zip |
Fix allow_failures section
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 13d4d9d105..49745278b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,6 +119,8 @@ matrix: #- env: CHUTNEY_MAKE="test-network-ipv6" CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes" # os: osx - env: ALL_BUGS_ARE_FATAL="yes" + - env: ALL_BUGS_ARE_FATAL="yes" SKIP_MAKE_CHECK="yes" CHUTNEY="yes" + - env: ALL_BUGS_ARE_FATAL="yes" SKIP_MAKE_CHECK="yes" TEST_STEM="yes" ## (Linux only) Use a recent Linux image (Ubuntu Bionic) dist: bionic |