Merge branch '6.0.x' of github.com:BuildCraft/BuildCraft into 6.0.x
This commit is contained in:
commit
f4fa14b956
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 -S
|
||||
script: ./gradlew build -S
|
||||
|
||||
env:
|
||||
global:
|
||||
TERM=dumb
|
Loading…
Add table
Reference in a new issue