We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df872d9 commit cb18d46Copy full SHA for cb18d46
1 file changed
.travis.yml
@@ -6,3 +6,11 @@ install:
6
- npm install booljs@latest
7
- npm install mongoose
8
- npm install
9
+
10
+deploy:
11
+ provider: npm
12
+ email: hola@pablodorado.com
13
+ api_key: $NPM_API_KEY
14
+ on:
15
+ branch: master
16
+ tags: true
0 commit comments