Files
Applied-Energistics-2/.travis.yml
T
2016-09-13 21:47:47 +02:00

12 lines
207 B
YAML

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