Skip to content

Commit

Permalink
added npm deploy in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
iwd-mccormicka committed Jul 17, 2019
1 parent 0bc1194 commit cf9cc0d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ cache:
directories:
- node_modules
node_js:
- "9"
- "8"
- "6"
- '9'
- '8'
- '6'
after_success:
- npm run coverall
- npm run coverall
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_KEY
on:
tags: true
repo: adam-mccormick/moleculer-axios

0 comments on commit cf9cc0d

Please sign in to comment.