summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-06-10 18:44:20 -0400
committerNick Mathewson <nickm@torproject.org>2019-06-10 18:44:20 -0400
commitc8447f95ec202bff9d99941dcdf0dca91e0edc3f (patch)
tree7998cbfb7fdc7a53a55616929464a3c7f528d891 /.travis.yml
parent430dd2da6e97c7186b03caabbbac95d74c3d8b82 (diff)
parentd761c3ca6de62ecdced9933a0717bf3ee598b073 (diff)
downloadtor-c8447f95ec202bff9d99941dcdf0dca91e0edc3f.tar.gz
tor-c8447f95ec202bff9d99941dcdf0dca91e0edc3f.zip
Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.4.0
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 30e6d9a6b5..7d8877c2ac 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:
## gcc on OSX is less useful, because the default compiler is clang.
- compiler: gcc