Skip to content

Commit

Permalink
build(travis): fix oraclejdk8 install (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
famod authored and bartoszmajsak committed Dec 17, 2019
1 parent 93f1136 commit 112d30e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: java

jdk:
- oraclejdk8
- oraclejdk11
matrix:
include:
- jdk: oraclejdk8
dist: trusty # see https://travis-ci.community/t/install-of-oracle-jdk-8-failing/3038/9
- jdk: oraclejdk11
dist: bionic

before_install:
- sed -i.bak -e 's|http://repo.maven.apache.org/maven2|https://repo.maven.apache.org/maven2|g' $HOME/.m2/settings.xml

0 comments on commit 112d30e

Please sign in to comment.