Skip to content

Commit

Permalink
[Travis] Allow OSX build to fail
Browse files Browse the repository at this point in the history
Airsim requires OSX 10.15, which is not present on Travis
  • Loading branch information
rajat2004 committed Apr 7, 2020
1 parent 9e3aed1 commit 93e79e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ language: cpp

jobs:
allow_failures:
- env: ALLOW_FAILURES=true
# TODO: Remove this when OSX 10.15 is available in Travis
- name: MacOS
os: osx
osx_image: xcode11.3

include:
- name: Ubuntu 18.04
Expand Down

0 comments on commit 93e79e8

Please sign in to comment.