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
|
||||
|
||||
before_install: git clone https://github.com/BuildCraft/BuildCraft-Localization.git ../BuildCraft-Localization
|
||||
install: ./gradlew setupCIWorkspace build --quiet
|
||||
script: ./gradlew check --quiet
|
||||
install: ./gradlew setupCIWorkspace --quiet
|
||||
script: ./gradlew build --quiet
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in a new issue