Skip to content

Commit

Permalink
Should deploy also to NPM on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
xuv committed Sep 25, 2018
1 parent d069b23 commit 5a2ca8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ deploy:
on:
branch: master
tags: true
- provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
branch: master
tags: true

# blocklist
branches:
Expand Down

0 comments on commit 5a2ca8e

Please sign in to comment.