be sure to push to master

This commit is contained in:
Jeff Lindsay
2013-11-08 15:25:15 -08:00
parent 2ac9996b27
commit a2fb231810

View File

@@ -7,6 +7,6 @@ script:
- export IP=$(curl -s http://dokku-ci.herokuapp.com/hosts | tail -1)
- git remote add runner ssh://test@$IP:2022/dokku
- sleep 4
- git push runner $TRAVIS_BRANCH
- git push runner $TRAVIS_BRANCH:master
notifications:
irc: "chat.freenode.net#dokku"