Skip to content

Commit

Permalink
config: migrate Travis to use openjdk8 due to oraclejdk8 download iss…
Browse files Browse the repository at this point in the history
…ue on Travis
  • Loading branch information
romani committed Aug 6, 2019
1 parent e09a181 commit 1f56ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ matrix:
fast_finish: true
include:
# verify
- jdk: oraclejdk8
- jdk: openjdk8
env: CMD="./travis.sh ci"

# package
- jdk: oraclejdk8
- jdk: openjdk8
env: CMD="./travis.sh nondex"

# sonar
- jdk: oraclejdk8
- jdk: openjdk8
env: CMD="./travis.sh sonar"

0 comments on commit 1f56ee9

Please sign in to comment.