Skip to content

Commit 1ebd455

Browse files
committed
Boil it down to one JDK.
1 parent ddc906d commit 1ebd455

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ language: java
33
script: mvn verify
44

55
jdk:
6-
- openjdk7
7-
- oraclejdk8
6+
- openjdk8
87

98
cache:
109
directories:
@@ -16,5 +15,4 @@ notifications:
1615
1716

1817
after_success:
19-
- mvn jacoco:report
20-
- mvn -N coveralls:report
18+
- mvn jacoco:report coveralls:report

0 commit comments

Comments
 (0)