Skip to content

Commit 7627028

Browse files
added after success
added after success
1 parent b69ad53 commit 7627028

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ jdk:
55
- oraclejdk7
66
- openjdk7
77
- openjdk6
8-
#before_install:
8+
before_install:
99
# for gh-311 (modify to use the TLSv1.2 on Java 7)
10-
#- export _JAVA_OPTIONS=-Dhttps.protocols=TLSv1.2
10+
- 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

Comments
 (0)