Skip to content

Commit d67c229

Browse files
authored
Update .travis.yml
1 parent e4b5708 commit d67c229

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
@@ -15,7 +15,7 @@ deploy:
1515
on:
1616
tags: true
1717
- provider: script
18-
script: './deploy.sh'
18+
script: 'chmod +x ./deploy.sh && ./deploy.sh'
1919
skip_cleanup: true
2020
# Restrict deployment only for tags
2121
on:

0 commit comments

Comments
 (0)