Skip to content

Commit 1e17e5b

Browse files
committed
Travis: install the openjfx package
This is an attempt to keep the code building with OpenJDK 8. If this fails, we can migrate to building with OpenJDK 11, and targeting Java 8, although that is less good in some ways. The openjfx package is not available on trusty, so we use xenial.
1 parent 52a69a3 commit 1e17e5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
dist: xenial
12
language: java
23
jdk: openjdk8
34
branches:
45
only:
56
- master
67
- "/.*-[0-9]+\\..*/"
8+
before_install:
9+
- sudo apt-get update
10+
- sudo apt-get install -y openjfx libopenjfx-java libopenjfx-jni
711
install: true
812
script: ".travis/build.sh"
913
cache:

0 commit comments

Comments
 (0)