Skip to content

Commit

Permalink
Merge ff9b8e8 into ecc5fef
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jun 10, 2019
2 parents ecc5fef + ff9b8e8 commit ddfd6b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions changes/bug30744
@@ -0,0 +1,3 @@
o Minor bugfixes (continuous integration):
- Allow the test-stem job to fail in Travis, because it sometimes hangs.
Fixes bug 30744; bugfix on 0.3.5.4-alpha.

0 comments on commit ddfd6b1

Please sign in to comment.