Skip to content

Commit

Permalink
Test with jdk10 on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Jun 9, 2018
1 parent 6e72c8f commit b11d5ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
language: java
jdk: oraclejdk9
jdk:
- oraclejdk9
- oraclejdk10

env:
- GRADLE_VERSION=4.6
- GRADLE_VERSION=4.7
- GRADLE_VERSION=4.8

matrix:
exclude:
- jdk: oraclejdk10
env: GRADLE_VERSION=4.6

install: true
script: ./gradlew build -Ptest.skipAndroid=true -Ptest.gradle-version=$GRADLE_VERSION

Expand Down

0 comments on commit b11d5ef

Please sign in to comment.