Merge pull request #532 from ericchiang/fix-travis-deployments

*: try to fix travis deployments by adding script with no arguments
This commit is contained in:
Eric Chiang 2016-08-01 14:48:40 -07:00 committed by GitHub
commit d5744ab6e3
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