Skip to content

Commit

Permalink
(chore) Bump the macOS travis image version.
Browse files Browse the repository at this point in the history
We want to be on the latest JDK possible so that if crashes occur,
the Java bug reports that we open will get better attention and we
will eliminate the "can you try on the latest JDK?" obligatory question.
  • Loading branch information
brcolow committed Dec 22, 2016
1 parent 6c92da9 commit 2e9b931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ matrix:
- USE_FRAMEBUFFER=false
- _JAVA_OPTIONS="-Djava.awt.headless=true -Dtestfx.robot=glass -Dtestfx.headless=true -Dprism.order=sw -Dprism.text=t2k -Dtestfx.setup.timeout=2500"
- os: osx
osx_image: xcode8
osx_image: xcode8.2
env:
- OSX_HEADLESS=false
- _JAVA_OPTIONS="-Dprism.order=sw"
- os: osx
osx_image: xcode8
osx_image: xcode8.2
env: _JAVA_OPTIONS="-Djava.awt.headless=true -Dtestfx.robot=glass -Dtestfx.headless=true -Dprism.order=sw -Dprism.text=t2k -Dtestfx.setup.timeout=2500"
allow_failures:
- env:
Expand Down

0 comments on commit 2e9b931

Please sign in to comment.