Skip to content

Commit 1448256

Browse files
authored
Merge pull request #1430 from asarium/fix/nightlyDeploy
Fix Travis CI nightly deploy
2 parents 84fd712 + 7de592b commit 1448256

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
@@ -48,7 +48,7 @@ deploy:
4848
tags: true
4949

5050
- provider: script
51-
script: ci/travis/ftp_deploy.sh
51+
script: bash ci/travis/ftp_deploy.sh
5252
on:
5353
condition: '"$NIGHTLY_BUILD" == true'
5454
tags: true

0 commit comments

Comments
 (0)