Skip to content

Commit f6f7d59

Browse files
committed
added missing cacerts workaround
1 parent 90942e3 commit f6f7d59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ install:
2626
- sudo add-apt-repository -y ppa:openjdk-r/ppa
2727
- sudo apt-get update
2828
- sudo apt-get install openjdk-8-jdk
29+
# workaround for missing cacerts in openjdk
30+
- sudo dpkg --purge --force-depends ca-certificates-java
31+
- sudo apt-get install ca-certificates-java
2932

3033
# - sudo apt-get install -y openjdk-8-jdk
3134
- sudo apt-get install -y curl unzip zip wget

0 commit comments

Comments
 (0)