If tests fail, print full stack traces to aid debugging

This commit is contained in:
Ben Liblit 2018-03-31 20:38:21 -05:00
parent 9cbfff23f5
commit b13e5d72b1
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ case "$TRAVIS_OS_NAME" in
(osx) headless='' ;;
esac
$headless ./gradlew --continue build javadoc lintGradle
$headless ./gradlew --continue --stacktrace build javadoc lintGradle