Browse Source

Should deploy also to NPM on tags

pull/119/head
Julien Deswaef 6 years ago
parent
commit
5a2ca8e6ea
  1. 6
      .travis.yml

6
.travis.yml

@ -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:

Loading…
Cancel
Save