We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e92a3f commit ef79565Copy full SHA for ef79565
.travis.yml
@@ -12,7 +12,6 @@ node_js:
12
script:
13
- npm run build
14
after_success:
15
- - npm run travis-deploy-once "npm run report-coverage"
16
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run deploy-docs"; fi
17
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run semantic-release"; fi
18
branches:
0 commit comments