Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
fix(deps): updates sec deps
Browse files Browse the repository at this point in the history
npm audit fix

closes #26
  • Loading branch information
edm00se committed Sep 29, 2018
1 parent f615ce2 commit 837c287
Show file tree
Hide file tree
Showing 3 changed files with 13,268 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ node_js:
- node
- lts/*
before_script:
- npm prune
- npm install codecov
script:
- npm test
after_success:
- codecov
- npm run semantic-release
deploy:
provider: script
skip_cleanup: true
script:
- npx travis-deploy-once "npx semantic-release"
Loading

0 comments on commit 837c287

Please sign in to comment.