commit
70329a4aaa
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: java
|
||||
jdk:
|
||||
- openjdk7
|
||||
|
||||
before_install: git clone https://github.com/BuildCraft/BuildCraft-Localization.git ../BuildCraft-Localization
|
||||
install: ./gradlew setupCIWorkspace build --quiet
|
||||
script: ./gradlew check --quiet
|
||||
|
||||
env:
|
||||
global:
|
||||
TERM=dumb
|
Loading…
Add table
Reference in a new issue