Skip to content

Commit 14fae89

Browse files
committed
Fix build
1 parent 311cf17 commit 14fae89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jdk:
88
- oraclejdk8
99

1010
after_success:
11-
- chmod -R 777 ../travis/after_success.sh
12-
- ../travis/after_success.sh
11+
- chmod -R 777 ./travis/after_success.sh
12+
- ./travis/after_success.sh
1313

1414
env:
1515
global:

0 commit comments

Comments
 (0)