Compile on JDK 6, 7, and 8

Ensure that all JDKs are supported.
This commit is contained in:
Kenzie Togami 2016-01-31 21:23:51 -08:00
parent 03f8843c20
commit 1952c6f91a

View File

@ -3,7 +3,8 @@ notifications:
email: false
before_install: chmod +x gradlew
install: ./gradlew setupCIWorkspace -S
matrix:
include:
- jdk: oraclejdk7
script: ./gradlew build -S
script: ./gradlew build -S
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6