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

6 lines
128 B
Bash
Raw Normal View History

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