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 d935688 commit d75e2f3
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 @@ -5,8 +5,8 @@ addons:
organization: "jcgay-github"
token:
secure: "OvWUkclVdgXiRHgynLvt+nWhdScIoxSlu8hEhZKSHQCJZ6sKObSnH0sxfY1bJbUYLwnwTBiBBRl26BEzABN0vr/2P6A/4fyXBg3rxsidPcb+YzGXNTwxrTvr1g/Jxg6zkYlBkvFVI5GL8ZRo5m/tayYaA4o3RxY40qKy5v3MvhE="
before_install:
- jdk_switcher use oraclejdk8
jdk:
- openjdk8
install:
- ./mvnw install -Dinvoker.skip=true -DskipTests=true -B -V
script:
Expand Down

0 comments on commit d75e2f3

Please sign in to comment.