kemitix-checkstyle-ruleset/travis-ci/travis-coveralls-report.sh

8 lines
155 B
Bash
Raw Normal View History

#!/usr/bin/env bash
echo "TRAVIS: $TRAVIS"
set
if [ "$TRAVIS" = "true" ];then
./mvnw --projects builder,plugin test jacoco:report coveralls:report
fi