a51aede654
Option -S enables full stack trace logging which in case of Grovy is very obscure. Default logging shows CheckStyle errors in console.
11 lines
238 B
YAML
11 lines
238 B
YAML
language: java
|
|
jdk:
|
|
- openjdk7
|
|
|
|
before_install: git clone https://github.com/BuildCraft/BuildCraft-Localization.git ../BuildCraft-Localization
|
|
install: ./gradlew setupCIWorkspace -S
|
|
script: ./gradlew build
|
|
|
|
env:
|
|
global:
|
|
TERM=dumb
|