We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbaed2 commit 0015310Copy full SHA for 0015310
.travis.yml
@@ -4,6 +4,9 @@ branches:
4
only:
5
- master
6
- "/.*-[0-9]+\\..*/"
7
+before_install:
8
+ - sudo apt-get update
9
+ - sudo apt-get install -y openjfx libopenjfx-java libopenjfx-jni
10
install: true
11
script: ".travis/build.sh"
12
cache:
0 commit comments