Skip to content

Commit

Permalink
infra: activate coverall as it back to online
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Sep 22, 2021
1 parent 4766e3f commit ae43842
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ sevntu-checks)
mvn -e -Pcoverall install
mvn -e verify -Pno-validations,selftesting
mvn -e javadoc:javadoc
# until problem coverall back to online
#if [[ $TRAVIS == 'true' ]]; then
# mvn -e -Pcoverall jacoco:report coveralls:report
#fi
if [[ $TRAVIS == 'true' ]]; then
mvn -e -Pcoverall jacoco:report coveralls:report
fi
;;

all-sevntu-checks-contribution)
Expand Down

0 comments on commit ae43842

Please sign in to comment.