Skip to content

Commit

Permalink
Fifth attempt at fixing SSLPeerUnverifiedException
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa authored Jun 11, 2020
1 parent 6b1d858 commit 8f61a28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ jdk:
- openjdk12
- openjdk13
- openjdk14
before_install:
- echo $JAVA_HOME
- which java
- sudo rm -rf /usr/local/lib/jvm/
- sudo apt-get install -y openjdk-11-jdk-headless
- export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
- which java
- java -version
- $JAVA_HOME/bin/java -version
install :
- mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk -DbatchAnswers=n -Djdk.tls.client.protocols=TLSv1.2
script:
Expand Down

0 comments on commit 8f61a28

Please sign in to comment.