Fix OSX test

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.
This commit is contained in:
Ari Koivula 2017-02-15 14:21:26 +02:00 committed by GitHub
parent 54a3bf1115
commit c32f5fafc9

View file

@ -22,8 +22,6 @@ addons:
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures:
- os: osx # Don't know what's wrong. Something changed in the environment.
include: include:
- compiler: clang - compiler: clang
@ -134,3 +132,6 @@ install:
script: script:
- source .travis-script.sh - source .travis-script.sh
after_script:
- set +e # Disable errors to work around Travis not knowing how to fix their stuff.