We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6ae5f6 + b80039f commit 98489afCopy full SHA for 98489af
2 files changed
.travis.yml
@@ -13,6 +13,7 @@ matrix:
13
# LTS version
14
- jdk: openjdk11
15
env: CODECOV="false"
16
+ env: MAVEN_OPTS=-Djdk.tls.client.protocols=TLSv1.2
17
script: travis_retry ./scripts/run_no_prep_tests.sh
18
# non-LTS but latest
19
- jdk: openjdk14
scripts/run_no_prep_tests.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
-./mvnw clean \
+./mvnw ${MAVEN_OPTS} \
3
+ clean \
4
test-compile \
5
'-Dtest=test_locally.**.*Test' test \
6
-DfailIfNoTests=false \
0 commit comments