Skip to content

Commit 6897a52

Browse files
committed
fixing travis script
1 parent a4e55ae commit 6897a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cache:
1010

1111
deploy:
1212
provider: script
13-
script: .travis/release.sh
13+
script: chmod +x .travis/release.sh && .travis/release.sh
1414
skip_cleanup: true
1515
on:
1616
tags: true

0 commit comments

Comments
 (0)