Skip to content

Commit 1e4ff6f

Browse files
committed
checkout .travis.yml from origin/master
1 parent ce955d5 commit 1e4ff6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ jdk:
55
- oraclejdk8
66
- openjdk7
77

8-
script: "mvn cobertura:cobertura"
8+
script:
9+
- mvn clean package
10+
- mvn cobertura:cobertura
911

1012
after_success:
1113
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)