Plex-FAWE/.travis.yml
Kenzie Togami 1952c6f91a Compile on JDK 6, 7, and 8
Ensure that all JDKs are supported.
2016-01-31 21:23:51 -08:00

11 lines
192 B
YAML

language: java
notifications:
email: false
before_install: chmod +x gradlew
install: ./gradlew setupCIWorkspace -S
script: ./gradlew build -S
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6