diff --git a/.travis/deploy.sh b/.travis/deploy.sh index dc1fa56..65ce9f2 100644 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -if [[ $TRAVIS_BRANCH == 'master' ]] +if [[ $TRAVIS_BRANCH == 'master' ]]; then bundle exec nanoc deploy --target public fi