mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
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:
parent
54a3bf1115
commit
c32f5fafc9
|
@ -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
|
||||
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue