Skip to content

Commit

Permalink
ci: setup JDK 11 on Travis CI and AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed May 23, 2019
1 parent 25876de commit 0951130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ language: java
matrix:
include:
- os: linux
jdk: oraclejdk8
- os: linux
jdk: openjdk8
jdk: oraclejdk11
- os: osx
osx_image: xcode9.2 # OSX 10.12, Oracle Java 8
osx_image: xcode10.1 # OSX 10.13, Oracle Java 11
script: ./gradlew -S --no-daemon --no-parallel build # skip coveralls on MacOS

# The 'build' task runs most things, including test, check, & static analysis
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
JAVA_HOME: C:\Program Files\Java\jdk11
os: Visual Studio 2017 # Windows Server 2016
install:
- java -version
Expand Down

0 comments on commit 0951130

Please sign in to comment.