*: try to fix travis deployments by adding script with no arguments

This commit is contained in:
Eric Chiang 2016-08-01 14:34:36 -07:00
parent 1e0ee1e435
commit ca4002a9c6
3 changed files with 4 additions and 1 deletions

View file

@ -36,7 +36,7 @@ script:
deploy:
provider: script
script: "./build-docker push"
script: scripts/deploy
skip_cleanup: true
on:
branch: master

3
scripts/deploy Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
./build-docker push