Skip to content

Commit 7de592b

Browse files
committed
Fix Travis CI nightly deploy
I have no idea why this doesn't work anymore. I didn't even touch that line when I added the test build stuff...
1 parent 84fd712 commit 7de592b

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)