Testing against OpenJDK 8 and Oracle JDK 8

This commit is contained in:
Sebastian Hartte 2016-09-13 21:47:47 +02:00
parent 05f4f6ed92
commit 39a3f51d27
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ language: java
# Disable the install step because gradlew assemble would actually run the entirety of the build
install: true
script: ./gradlew setupCiWorkspace build
script:
- ./gradlew setupCiWorkspace build
jdk:
- oraclejdk8
- openjdk8