Skip to content

Commit 0015310

Browse files
committed
Travis: install openjfx before building
1 parent 4fbaed2 commit 0015310

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ branches:
44
only:
55
- master
66
- "/.*-[0-9]+\\..*/"
7+
before_install:
8+
- sudo apt-get update
9+
- sudo apt-get install -y openjfx libopenjfx-java libopenjfx-jni
710
install: true
811
script: ".travis/build.sh"
912
cache:

0 commit comments

Comments
 (0)