File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 64105b460e92cb72f244c166bd11942684e8d47c
2+ refs/heads/master: 7b1068164d38517891e0b52ad2e074465fe0a5df
33refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44refs/heads/gh-pages: 8f06ce58a2d2825865991e9ba7841a013dccbae1
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff line change @@ -35,14 +35,15 @@ install:
3535 - cmd : IF DEFINED API_KEY_SECRET (secure-file\tools\secure-file -decrypt appveyor\api_key.enc -secret %API_KEY_SECRET% -out appveyor\api_key)
3636 - cmd : IF DEFINED API_KEY_SECRET (SET /P GOOGLE_API_KEY=<%APPVEYOR_BUILD_FOLDER%\appveyor\api_key)
3737 - cmd : ECHO GOOGLE_API_KEY defined
38+ - cmd : SET JAVA_OPTS=-Dhttps.protocols=TLSv1.2
3839
3940# build and install artifacts
4041build_script :
41- - mvn clean install -DskipTests
42+ - mvn clean install -DskipTests -Dhttps.protocols=TLSv1.2
4243
4344# verify artifacts
4445test_script :
45- - mvn verify -B -DtrimStackTrace=false -fae --quiet -DskipITs
46+ - mvn verify -B -DtrimStackTrace=false -fae --quiet -DskipITs -Dhttps.protocols=TLSv1.2
4647
4748# preserve dependencies between builds
4849cache :
You can’t perform that action at this time.
0 commit comments