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 email: false
before_install: chmod +x gradlew before_install: chmod +x gradlew
install: ./gradlew setupCIWorkspace -S install: ./gradlew setupCIWorkspace -S
matrix: script: ./gradlew build -S
include: jdk:
- jdk: oraclejdk7 - oraclejdk8
script: ./gradlew build -S - oraclejdk7
- openjdk6