travis.yml: Add --stacktrace to 'gradle check'

This commit is contained in:
Florian Schmaus 2016-08-29 12:35:26 +02:00
parent e17ba85c2f
commit 0679c89813
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ before_install:
- export PATH="$(pwd)/gradle-${GRADLE_VERSION}/bin:$PATH"
install: gradle assemble --stacktrace
script: gradle check
script: gradle check --stacktrace
after_success:
- JAVAC_VERSION=$((javac -version) 2>&1)