mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
travis.yml: Add --stacktrace to 'gradle check'
This commit is contained in:
parent
e17ba85c2f
commit
0679c89813
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue