From 93f1d78c5399c8750708b735302a85037eea1262 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Mon, 18 Jul 2016 14:31:22 +0200 Subject: [PATCH] seems i forgot how to bash --- .travis/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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