Don't be quiet and print full errors when something goes wrong
This commit is contained in:
parent
0730aa491f
commit
7baa39e6eb
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 --quiet
|
||||
script: ./gradlew build --quiet
|
||||
install: ./gradlew setupCIWorkspace -S
|
||||
script: ./gradlew build -S
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in a new issue