Skip to content

Commit

Permalink
fix openjdk10 build
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jul 12, 2018
1 parent d63ea19 commit 7a6461f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,14 @@ script:

jdk:
- oraclejdk8
- openjdk10

matrix:
include:
- jdk: openjdk10
scala: 2.12.6
before_install:
- rm "${JAVA_HOME}/lib/security/cacerts"
- ln -s /etc/ssl/certs/java/cacerts "${JAVA_HOME}/lib/security/cacerts"

before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -print -delete
Expand Down

0 comments on commit 7a6461f

Please sign in to comment.