Skip to content

Commit

Permalink
fix Error installing oraclejdk8 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jul 23, 2019
1 parent 203ac6e commit 0d9a115
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: java
dist: trusty
jdk:
- oraclejdk8
- openjdk12
- openjdk7
- openjdk8
- oraclejdk9
- oraclejdk11
after_success:
- ./gradlew cobertura coveralls

0 comments on commit 0d9a115

Please sign in to comment.