Skip to content

Commit

Permalink
Merge pull request #582 from JordanMartinez/buildCleanup
Browse files Browse the repository at this point in the history
Update OSX Image and reduce log output to info
  • Loading branch information
JordanMartinez committed Sep 11, 2017
2 parents cce2fc2 + 11aa287 commit 2390566
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 @@ -13,7 +13,7 @@ matrix:

# Headless Build: xvfb + TestFX does not work on Travis OSX environments (as of 2017-05-24)
- os: osx
osx_image: xcode8.2
osx_image: xcode9
env: _JAVA_OPTIONS="-Djava.awt.headless=true -Dtestfx.robot=glass -Dtestfx.headless=true -Dprism.order=sw -Dprism.text=t2k -Dtestfx.setup.timeout=2500"

# enable Java 8u45+, see https://github.com/travis-ci/travis-ci/issues/4042
Expand All @@ -36,7 +36,7 @@ before_script:

script:
- gradle assemble
- gradle check --debug --stacktrace
- gradle check --info --stacktrace

# See https://docs.travis-ci.com/user/languages/java/#Caching
before_cache:
Expand Down

0 comments on commit 2390566

Please sign in to comment.