We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4611a09 commit 95a2addCopy full SHA for 95a2add
1 file changed
.travis.yml
@@ -1,3 +1,11 @@
1
language: node_js
2
node_js:
3
- lts/*
4
+
5
+deploy:
6
+ provider: npm
7
+ email: hola@pablodorado.com
8
+ api_key: $NPM_API_KEY
9
+ on:
10
+ branch: master
11
+ tags: true
0 commit comments