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 bd42510c6b
commit 01fc8fcae5

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