Skip to content

Commit 912d897

Browse files
author
Vladimir Kotal
committed
print message when enabling Jacoco/Coveralls
1 parent 3e668e8 commit 912d897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/main

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#
77
extra_args=""
88
if [ "x$TRAVIS_REPO_SLUG" == "xoracle/opengrok" ]; then
9+
echo "Enabling Jacoco/Coveralls"
910
extra_args="jacoco:report org.eluder.coveralls:coveralls-maven-plugin:report"
1011
fi
1112

0 commit comments

Comments
 (0)