can't be bothered to debug this some more, push builds will suffice

This commit is contained in:
Lorin Werthen 2016-10-10 22:33:44 +02:00
parent 93de72fc65
commit 97c76a856b

View file

@ -19,4 +19,4 @@ script:
after_success:
- mv deploy_key ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- '[ -n "$TRAVIS_PULL_REQUEST" ] || [[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy public'
- '[[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy public'