Travis to use default maven goal.
After success do not repeat the tests. jacoco can be run directly as the results are already present.
This commit is contained in:
parent
8a60de3263
commit
6698b7d21c
|
@ -31,5 +31,8 @@ branches:
|
|||
- master
|
||||
- MATH_3_X
|
||||
|
||||
script:
|
||||
- mvn
|
||||
|
||||
after_success:
|
||||
- mvn clean test jacoco:report coveralls:report
|
||||
- mvn jacoco:report coveralls:report
|
||||
|
|
Loading…
Reference in New Issue