Skip to content

Commit

Permalink
Removed OpenJDK8 for now as openjfx is missing in trusty PPA
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Aug 6, 2017
1 parent 5080fd5 commit 35eeb51
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -9,10 +9,11 @@ matrix:
dist: trusty
jdk: oraclejdk8
addons: {apt: {packages: [oracle-java8-installer]}}
- os: linux
dist: trusty
jdk: openjdk8
addons: {apt: {packages: [openjfx]}}
# TODO openjfx is not supported on trusty, need alternatives
# - os: linux
# dist: trusty
# jdk: openjdk8
# addons: {apt: {packages: [openjfx]}}
- os: osx
osx_image: xcode8.3

Expand Down

0 comments on commit 35eeb51

Please sign in to comment.