We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da57566 commit 6d7e48fCopy full SHA for 6d7e48f
.travis.yml
@@ -8,7 +8,7 @@ script:
8
- cp ./scripts/.npmrc.template $HOME/.npmrc
9
- COVERAGE=true npm run test
10
- npm run codecov
11
- - 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
12
- bash ./scripts/deploy-to-gh-pages.sh
13
env:
14
matrix:
0 commit comments