mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-17 20:58:31 +01:00
Fixed cert errors with travis and oracleJDK
This commit is contained in:
parent
082772be2e
commit
a94ab586f8
@ -2,5 +2,13 @@ language: java
|
||||
jdk:
|
||||
- oraclejdk9
|
||||
- openjdk8
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- jdk: openjdk9
|
||||
before_install:
|
||||
- rm "${JAVA_HOME}/lib/security/cacerts"
|
||||
- ln -s /etc/ssl/certs/java/cacerts "${JAVA_HOME}/lib/security/cacerts"
|
||||
|
||||
after_success:
|
||||
- mvn clean test jacoco:report coveralls:report
|
||||
|
Loading…
x
Reference in New Issue
Block a user