Skip to content

Commit

Permalink
Update travis and gha settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Almiray committed Apr 26, 2020
1 parent db59ba7 commit 717cf36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
java-package: jdk+fx
- uses: actions/cache@v1
with:
path: ~/.gradle/caches
Expand Down
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: java
jdk: openjdk8
# to make the build work with oraclejdk8: https://travis-ci.community/t/solved-oraclejdk8-installation-failing-still-again/3428
dist: trusty
jdk: oraclejdk8
services:
- xvfb
before_install:
- sudo apt update
- sudo apt install openjfx
- chmod +x ./gradlew
- export DISPLAY=:99.0
install: true
Expand Down

0 comments on commit 717cf36

Please sign in to comment.