We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69ad53 commit 7627028Copy full SHA for 7627028
1 file changed
.travis.yml
@@ -5,6 +5,9 @@ jdk:
5
- oraclejdk7
6
- openjdk7
7
- openjdk6
8
-#before_install:
+before_install:
9
# for gh-311 (modify to use the TLSv1.2 on Java 7)
10
- #- export _JAVA_OPTIONS=-Dhttps.protocols=TLSv1.2
+ - export _JAVA_OPTIONS=-Dhttps.protocols=TLSv1.2
11
+ after_success:
12
+ - chmod -R 777 ./travis/after_success.sh - chmod -R 777 ./travis/after_success.sh
13
+ - ./travis/after_success.sh - ./travis/after_success.sh
0 commit comments