diff --git a/.travis.yml b/.travis.yml index 62f467bc7..4152ce5ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ script: - echo "StrictHostKeyChecking=no" >> ~/.ssh/config - export IP=$(curl -s http://dokku-ci.herokuapp.com/hosts | tail -1) - git remote add runner ssh://test@$IP:2022/dokku - - sleep 4 + - sleep 8 - git push runner $TRAVIS_BRANCH:master notifications: irc: "chat.freenode.net#dokku" \ No newline at end of file