Skip to content

Commit

Permalink
Add travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rkovacevic committed Nov 14, 2017
1 parent 4cf3096 commit 818ae11
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "6"
- "6.1"
- "5.11"
- "0.10"
- "iojs"
deploy:
provider: npm
email: "$EMAIL"
api_key: "$NPM_API_KEY"
on:
tags: true

0 comments on commit 818ae11

Please sign in to comment.