From ea2753e4fe68e8863873d84364e4838e92e1831f Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Mon, 3 Oct 2016 16:41:33 +0200 Subject: [PATCH] --target is no longer neccessary --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5935693..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 -- '[[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy --target public' +- '[[ $TRAVIS_BRANCH == "master" ]] && bundle exec nanoc deploy public'