Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrell committed Jun 28, 2018
1 parent 9a4d4c4 commit a047fe7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,9 @@ language: java
install: true
sudo: false

before_install:
- cp ./.travis.settings.xml $HOME/.m2/settings.xml

install:
- bash .travis.install-maven.sh "${MVN_VERSION}" "${HOME}/mvn-home"
- export M2_HOME=${HOME}/mvn-home
Expand Down Expand Up @@ -43,7 +46,7 @@ matrix:

env:
global:
- JAVA_OPTS="-Djava.awt.headless=false -Dhttps.protocols=TLSv1.2"
- JAVA_OPTS="-Djava.awt.headless=false -Dhttps.protocols=TLSv1.2,TLSv1.1,TLSv1"

script:
- mvn -U clean verify
Expand Down

0 comments on commit a047fe7

Please sign in to comment.