Skip to content

Commit

Permalink
ci(travis): fix script build lib and build gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kappys1 committed Jul 16, 2019
1 parent acd87da commit 0f89d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_js:
- '11'
- '8'
script:
- npm run run build-lib && npm run build
- npm run build-lib && npm run build
after_success:
- npm run travis-deploy-once "npm run report-coverage"
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run deploy-gh-page"; fi
Expand Down

0 comments on commit 0f89d8c

Please sign in to comment.