Skip to content

Commit

Permalink
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 21, 2016
1 parent d13f4f7 commit 6fa8b17
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 6fa8b17

Please sign in to comment.