We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44738e9 commit 6da8e92Copy full SHA for 6da8e92
travis-build.sh
@@ -4,7 +4,8 @@ set -e
4
rm -rf audit-logging/build
5
rm -rf audit-test/build
6
7
-./gradlew -q clean check install --stacktrace
+echo "Testing $TRAVIS_BRANCH"
8
+./gradlew clean check install --stacktrace
9
10
EXIT_STATUS=0
11
echo "Publishing archives for branch $TRAVIS_BRANCH"
0 commit comments