Skip to content

Commit ca7ea1d

Browse files
authored
---
yaml --- r: 9865 b: refs/heads/master c: 7b10681 h: refs/heads/master i: 9863: ea3c4fb
1 parent d2e1a1d commit ca7ea1d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 64105b460e92cb72f244c166bd11942684e8d47c
2+
refs/heads/master: 7b1068164d38517891e0b52ad2e074465fe0a5df
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 8f06ce58a2d2825865991e9ba7841a013dccbae1
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4041
build_script:
41-
- mvn clean install -DskipTests
42+
- mvn clean install -DskipTests -Dhttps.protocols=TLSv1.2
4243

4344
# verify artifacts
4445
test_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
4849
cache:

0 commit comments

Comments
 (0)