Skip to content

Commit ef79565

Browse files
committed
fix: fix travis config
1 parent 5e92a3f commit ef79565

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ node_js:
1212
script:
1313
- npm run build
1414
after_success:
15-
- npm run travis-deploy-once "npm run report-coverage"
1615
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run deploy-docs"; fi
1716
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run semantic-release"; fi
1817
branches:

0 commit comments

Comments
 (0)