We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b5708 commit d67c229Copy full SHA for d67c229
.travis.yml
@@ -15,7 +15,7 @@ deploy:
15
on:
16
tags: true
17
- provider: script
18
- script: './deploy.sh'
+ script: 'chmod +x ./deploy.sh && ./deploy.sh'
19
skip_cleanup: true
20
# Restrict deployment only for tags
21
0 commit comments