KCR29: travis-ci: should only submit coverage report from Travis-CI
This commit is contained in:
parent
9d2895269d
commit
4a4da15d4f
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ "$TRAVIS" = "true" ];then
|
||||
./mvnw --projects builder,plugin test jacoco:report coveralls:report
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue