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 3e668e8 commit 912d897Copy full SHA for 912d897
scripts/main
@@ -6,6 +6,7 @@
6
#
7
extra_args=""
8
if [ "x$TRAVIS_REPO_SLUG" == "xoracle/opengrok" ]; then
9
+ echo "Enabling Jacoco/Coveralls"
10
extra_args="jacoco:report org.eluder.coveralls:coveralls-maven-plugin:report"
11
fi
12
0 commit comments