Skip to content

Commit

Permalink
travis-ci: Ignore failures on Mac OS X
Browse files Browse the repository at this point in the history
I can't properly support it at the moment.
  • Loading branch information
ismaell committed Sep 25, 2020
1 parent 4086385 commit e39860b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ matrix:
- os: osx
compiler: gcc

jobs:
allow_failures:
- os: osx

script:
- if [ "${TRAVIS_OS_NAME}" = osx ]; then
target=all
Expand Down

0 comments on commit e39860b

Please sign in to comment.