Skip to content

Commit

Permalink
master: upgrade packages and add travis deploy process
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Cabrera committed May 20, 2020
1 parent ec8032a commit 28fb7ba
Show file tree
Hide file tree
Showing 3 changed files with 2,021 additions and 1,470 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
language: node_js
node_js:
- "8.7.0"
- '8.7.0'
cache:
directories:
- node_modules
after_success: npm run coverage

script:
- npm run coverage

deploy:
provider: npm
email: '$NPM_EMAIL'
api_key: '$NPM_API_TOKEN'
skip_cleanup: true
on:
branch: master
Loading

0 comments on commit 28fb7ba

Please sign in to comment.