From 42c24b0f4319f5189dbcde5dbca53fcf4db49154 Mon Sep 17 00:00:00 2001 From: James Schloss Date: Wed, 3 Oct 2018 09:24:56 +0900 Subject: [PATCH] adding smallscale fix to .travis.yml file. --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4549a06f6..9111770c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,9 @@ script: after_success: - | - if [[ "${TRAVIS_BRANCH}" == master && "${TRAVIS_PULL_REQUEST}" == false ]]; then - # Commits to master that are not pull requests, that is, only - # actual addition of code to master, should deploy the book to - # the site. - bash "${TRAVIS_BUILD_DIR}"/tools/deploy/update_site_travis.bash - fi + if [[ "${TRAVIS_BRANCH}" == master && "${TRAVIS_PULL_REQUEST}" == false ]]; then + # Commits to master that are not pull requests, that is, only + # actual addition of code to master, should deploy the book to + # the site. + bash "${TRAVIS_BUILD_DIR}"/tools/deploy/update_site_travis.bash + fi