From a51aede65455aba244b0db44bc9866425696301e Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Sat, 17 Jan 2015 11:21:42 +0100 Subject: [PATCH] Make Travis builds less obscure. Option -S enables full stack trace logging which in case of Grovy is very obscure. Default logging shows CheckStyle errors in console. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74d73b22..4ef3efd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: before_install: git clone https://github.com/BuildCraft/BuildCraft-Localization.git ../BuildCraft-Localization install: ./gradlew setupCIWorkspace -S -script: ./gradlew build -S +script: ./gradlew build env: global: