Skip to content

Commit

Permalink
ci: update travis JDK (8, 9, 11) (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
smola authored Dec 16, 2018
1 parent 5969fbf commit 34524a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: java
dist: trusty
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
- openjdk8
- oraclejdk9
- oraclejdk11
after_success:
- mvn clean cobertura:cobertura coveralls:cobertura

0 comments on commit 34524a9

Please sign in to comment.