Skip to content

Commit

Permalink
chore: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
calimanco committed Dec 30, 2020
1 parent 20e8caa commit fec24c8
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 3,191 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
os:
- windows
cache:
directories:
- ~/.npm
Expand All @@ -9,7 +11,7 @@ node_js:
script:
- npm run test:prod && npm run build
after_success:
- npm run travis-deploy-once "npm run report-coverage"
- npm run report-coverage
# - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run deploy-docs"; fi
# - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run semantic-release"; fi
branches:
Expand Down
Loading

0 comments on commit fec24c8

Please sign in to comment.