From 81c2b25936d0943ad5b906edacaf0d9d6647b001 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Sat, 14 Oct 2017 00:17:12 +0200 Subject: [PATCH] test travis --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index d9238e6..373ba4e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,7 @@ #! /bin/bash echo "Pull Request: $TRAVIS_PULL_REQUEST" echo "Branch: $TRAVIS_BRANCH" + if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then if [[ $TRAVIS_BRANCH == "master" ]]; then bundle exec nanoc --env=prod deploy public