buildcraft/.travis.yml

12 lines
238 B
YAML
Raw Normal View History

2014-05-04 06:20:44 +02:00
language: java
jdk:
- openjdk7
before_install: git clone https://github.com/BuildCraft/BuildCraft-Localization.git ../BuildCraft-Localization
install: ./gradlew setupCIWorkspace -S
script: ./gradlew build
2014-05-04 06:20:44 +02:00
env:
global:
TERM=dumb