We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78a82b commit a52a02eCopy full SHA for a52a02e
.travis.yml
@@ -16,6 +16,13 @@ jdk:
16
before_install:
17
# for gh-311 (modify to use the TLSv1.2 on Java 7)
18
- export _JAVA_OPTIONS=-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
19
+ - |
20
+ if [ $TRAVIS_JDK_VERSION == "openjdk6" ]; then
21
+ jdk_switcher use openjdk7
22
+ ./mvnw install -P jdk16
23
+ ./mvnw clean
24
+ jdk_switcher use openjdk6
25
+ fi
26
27
after_success:
28
- chmod -R 777 ./travis/after_success.sh
0 commit comments