Skip to content

Commit 43d8113

Browse files
committed
No need for jacoco:report goal
1 parent 8e35a94 commit 43d8113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ install:
1414
- echo $ADDITIONAL_PROFILES
1515
- echo $GOAL
1616

17-
script: mvn -U -Pbuild-number,compatibility,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL jacoco:report
17+
script: mvn -U -Pbuild-number,compatibility,bintray,javadoc,$ADDITIONAL_PROFILES $GOAL
1818

1919
after_success: mvn coveralls:report -DrepoToken=$COVERALLS_TOKEN

0 commit comments

Comments
 (0)