Don't be quiet and print full errors when something goes wrong

This commit is contained in:
jk-5 2014-05-04 13:10:58 +02:00
parent 0730aa491f
commit 7baa39e6eb

View file

@ -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: