Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 4c56912

Browse files
committed
TLS setting
1 parent 20571fa commit 4c56912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ after_success:
2626
- cd $TRAVIS_BUILD_DIR
2727
- test "$TRAVIS_BRANCH" = "1.0.x"
2828
&& test "$TRAVIS_JDK_VERSION" = "oraclejdk7"
29-
&& mvn deploy --settings travis-settings.xml -DskipTests=true -B -V
29+
&& mvn -Dhttps.protocols=TLSv1.2 deploy --settings travis-settings.xml -DskipTests=true -B -V
3030
branches:
3131
only:
3232
- master

0 commit comments

Comments
 (0)