1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-18 09:34:53 +02:00

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

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)