Skip to content

Commit

Permalink
Allow Mac build to fail while it is explored further.
Browse files Browse the repository at this point in the history
  • Loading branch information
javydreamercsw authored and LegacyKing committed Mar 31, 2018
1 parent 5bdf1f5 commit 085c125
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ matrix:
include:
- os: linux
jdk: oraclejdk8
- os: osx
osx_image: xcode8
allow_failures:
- os: osx
osx_image: xcode8

script: ./gradlew clean build test compileSlowtest datatest pfinttest allReports buildDist buildNsis
# Do not use itest, requires release notes
Expand Down

0 comments on commit 085c125

Please sign in to comment.