Skip to content

Commit

Permalink
Use openjdk8 instead of oraclejdk8 to build with Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Sep 13, 2019
1 parent c6598fc commit e88a809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ language: java
addons:
sonarcloud:
organization: "jcgay-github"
before_install:
- jdk_switcher use oraclejdk8
jdk:
- openjdk8
install: true
script:
- mvn verify sonar:sonar -Prun-coverage -B
Expand Down

0 comments on commit e88a809

Please sign in to comment.