Skip to content

Commit 2e898aa

Browse files
committed
Add npm deploy task to travis config
1 parent 5ce0293 commit 2e898aa

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
language: node_js
2+
23
node_js:
3-
- "lts/*"
4-
- "node"
4+
- lts/*
5+
- node
6+
7+
deploy:
8+
provider: npm
9+
email: $NPM_EMAIL
10+
api_key: $NPM_API_KEY
11+
on:
12+
tags: true
13+
repo: jsonapi-suite/jsorm

0 commit comments

Comments
 (0)