Skip to content

Commit

Permalink
Use openjdk8 for travis (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
kageiit committed Mar 4, 2020
1 parent f1111b8 commit 80b996f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,9 +4,9 @@ sudo: true
matrix:
fast_finish: true
include:
- jdk: oraclejdk8
- jdk: openjdk8
env: TASKS="check"
- jdk: oraclejdk8
- jdk: openjdk8
env: TASKS="cobertura coveralls"

script:
Expand Down

0 comments on commit 80b996f

Please sign in to comment.