Update .travis.yml
This commit is contained in:
parent
70329a4aaa
commit
0730aa491f
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ jdk:
|
||||||
- openjdk7
|
- openjdk7
|
||||||
|
|
||||||
before_install: git clone https://github.com/BuildCraft/BuildCraft-Localization.git ../BuildCraft-Localization
|
before_install: git clone https://github.com/BuildCraft/BuildCraft-Localization.git ../BuildCraft-Localization
|
||||||
install: ./gradlew setupCIWorkspace build --quiet
|
install: ./gradlew setupCIWorkspace --quiet
|
||||||
script: ./gradlew check --quiet
|
script: ./gradlew build --quiet
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Reference in a new issue