From 576272204f8f163b174074fa0a898f41270c9c75 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 6 Jun 2018 21:25:37 +1200 Subject: [PATCH] Add Travis test 6 --- scripts/push-markua-to-branch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/push-markua-to-branch.sh b/scripts/push-markua-to-branch.sh index 56a6544..8f03faa 100755 --- a/scripts/push-markua-to-branch.sh +++ b/scripts/push-markua-to-branch.sh @@ -7,6 +7,7 @@ setup_git() { commit_website_files() { git checkout -b leanpub-preview + git pull git add manuscript git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" }