Skip to content

Commit

Permalink
Switch to OpenJDK 11 to build JUnit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Sep 9, 2018
1 parent 996f141 commit 22a3737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,16 @@ install:

matrix:
include:
- os: linux
jdk: openjdk10
- os: linux
jdk: openjdk11
- os: linux
jdk: openjdk-ea
- os: linux
jdk: openjdk10
jdk: openjdk11
env: SCAN='--scan --stacktrace --warning-mode=all' JACOCO='-PenableJaCoCo' INSTALL='publishToMavenLocal'
- os: osx
jdk: openjdk10
jdk: openjdk11
- os: linux
jdk: openjdk-ea
allow_failures:
- jdk: openjdk11
- jdk: openjdk-ea

script:
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source ./install-jdk.sh -F 10 -L GPL
- source ./install-jdk.sh -F 11 -L GPL
- ./gradlew --version
- ./gradlew publishToMavenLocal -x test

0 comments on commit 22a3737

Please sign in to comment.