Skip to content

Commit 6da8e92

Browse files
more verbose travis test output
1 parent 44738e9 commit 6da8e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis-build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ set -e
44
rm -rf audit-logging/build
55
rm -rf audit-test/build
66

7-
./gradlew -q clean check install --stacktrace
7+
echo "Testing $TRAVIS_BRANCH"
8+
./gradlew clean check install --stacktrace
89

910
EXIT_STATUS=0
1011
echo "Publishing archives for branch $TRAVIS_BRANCH"

0 commit comments

Comments
 (0)