From 97c76a856b31cbf201d38076487259ac7ef20073 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Mon, 10 Oct 2016 22:33:44 +0200 Subject: [PATCH] can't be bothered to debug this some more, push builds will suffice --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e36f820..cf474fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'