Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 958cafc

Browse files
committed
needs some level of logging to keep travis from killing the bid
1 parent d7482e6 commit 958cafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dev-tasks/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
if [ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] ; then
44
cd ${TRAVIS_BUILD_DIR}
5-
./gradlew test
5+
./gradlew test -i
66
fi

0 commit comments

Comments
 (0)