We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373b2bd commit 7b5499aCopy full SHA for 7b5499a
travis-build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
rm -rf *.zip
4
-./gradlew clean check assemble
+./gradlew clean check assemble || EXIT_STATUS=$?
5
6
if [ "${TRAVIS_JDK_VERSION}" == "openjdk11" ] ; then
7
exit $EXIT_STATUS
0 commit comments