Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit e45dc9b

Browse files
authored
Add more java, caching and retry
1 parent b836019 commit e45dc9b

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
language: java
22

33
script:
4-
- mvn checkstyle:check cobertura:cobertura test
4+
- mvn -Dsurefire.rerunFailingTestsCount=3 cobertura:cobertura test
5+
- mvn checkstyle:check
56

67
after_success:
7-
- mvn coveralls:report
8+
- mvn coveralls:report
9+
10+
jdk:
11+
- oraclejdk8
12+
- oraclejdk7
13+
14+
cache:
15+
directories:
16+
- "$HOME/.m2"

0 commit comments

Comments
 (0)