Applied-Energistics-2-tiler.../.travis.yml

12 lines
195 B
YAML
Raw Normal View History

2016-09-13 10:19:01 +02:00
language: java
# Disable the install step because gradlew assemble would actually run the entirety of the build
install: true
script:
- ./gradlew setupCiWorkspace build
2016-09-13 10:19:01 +02:00
jdk:
- oraclejdk8