Skip to content

Commit

Permalink
Fix OSX test
Browse files Browse the repository at this point in the history
Work around for a bug in Travis CI env travis-ci/travis-ci#6522

I was waiting for them to fix it, but looks like they are never going to.
  • Loading branch information
Venti- committed Feb 15, 2017
1 parent 54a3bf1 commit c32f5fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -22,8 +22,6 @@ addons:

matrix:
fast_finish: true
allow_failures:
- os: osx # Don't know what's wrong. Something changed in the environment.

include:
- compiler: clang
Expand Down Expand Up @@ -134,3 +132,6 @@ install:

script:
- source .travis-script.sh

after_script:
- set +e # Disable errors to work around Travis not knowing how to fix their stuff.

0 comments on commit c32f5fa

Please sign in to comment.