diff options
author | teor <teor@torproject.org> | 2019-06-10 19:18:35 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-06-10 19:18:35 +1000 |
commit | d761c3ca6de62ecdced9933a0717bf3ee598b073 (patch) | |
tree | 9dfa2eaa8d2080f1d31883bfd2650aa1cd68c745 /.travis.yml | |
parent | e5deb2bbc73d8830ae6c479a4532e72112f5484a (diff) | |
download | tor-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.yml | 4 |
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 |