lol bash and spaces

This commit is contained in:
Lorin Werthen 2016-10-11 11:03:49 +02:00
parent d3e041641a
commit 475b9a0782

View file

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