Skip to content

Commit 9125635

Browse files
authored
Merge pull request #3 from wadetandy/master
Setup travis
2 parents efc9899 + 2e898aa commit 9125635

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
3+
node_js:
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)