Skip to content

Commit

Permalink
Merge bc555e3 into 41e7199
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Oct 27, 2020
2 parents 41e7199 + bc555e3 commit 8ae5ea3
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 8ae5ea3

Please sign in to comment.