From 567fc4f4b7fedd37153d7814bfaad800f2d12b2d Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 21 Jul 2018 16:28:08 +0800 Subject: [PATCH] chore: update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3cb27d703..96b53ce6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ script: - cp ./scripts/.npmrc.template $HOME/.npmrc - COVERAGE=true npm run test - npm run codecov - - if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then npm run pub-with-ci + - if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then npm run pub-with-ci; fi - bash ./scripts/deploy-to-gh-pages.sh env: matrix: