Skip to content

Commit

Permalink
Fixed #98 - Improve travis usage
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Oct 27, 2020
1 parent 41e7199 commit bc555e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ jdk:
- openjdk8
sudo: false # faster builds

# Do no separate mvn install ..
install: skip

script:
- "mvn clean verify jacoco:report jacoco:report-integration -Pquality -Pparallel"
after_success:
- "mvn coveralls:report -Pquality"
cache:
directories:
- $HOME/.m2

0 comments on commit bc555e3

Please sign in to comment.