Skip to content

Commit d35bcba

Browse files
committed
Do the test report inside mvn install.
1 parent 21cf6f8 commit d35bcba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ services:
66
language: java
77
install:
88
- jdk_switcher use oraclejdk8
9-
- mvn clean install --quiet
9+
- mvn clean install --quiet jacoco:report coveralls:report
1010

1111
after_success:
12-
- mvn clean test --quiet jacoco:report coveralls:report
1312
- bash ./travis/push_image.sh

0 commit comments

Comments
 (0)