summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-06-10 19:18:35 +1000
committerteor <teor@torproject.org>2019-06-10 19:18:35 +1000
commitd761c3ca6de62ecdced9933a0717bf3ee598b073 (patch)
tree9dfa2eaa8d2080f1d31883bfd2650aa1cd68c745 /.travis.yml
parente5deb2bbc73d8830ae6c479a4532e72112f5484a (diff)
downloadtor-d761c3ca6de62ecdced9933a0717bf3ee598b073.tar.gz
tor-d761c3ca6de62ecdced9933a0717bf3ee598b073.zip
Travis: allow the test-stem job to fail
Allow the test-stem job to fail in Travis, because it sometimes hangs. Fixes bug 30744; bugfix on 0.3.5.4-alpha.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 89040d8222..a1a48baffe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,6 +70,10 @@ matrix:
## Careful! We use global envs, which makes it hard to exclude or
## allow failures by env:
## https://docs.travis-ci.com/user/customizing-the-build#matching-jobs-with-allow_failures
+ allow_failures:
+ ## test-stem sometimes hangs on Travis
+ - env: TEST_STEM="yes"
+
exclude:
## Clang doesn't work in containerized builds, see below.
- compiler: clang