Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Mar 24, 2016
1 parent 4e59085 commit e2b0492
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
node_js:
- 'stable'
- '5'
- '4'
- '3'
- '2'
- '1'
- '0.12'
- '0.10'
before_install:
- npm update -g npm
after_script:
- npm run coverage

0 comments on commit e2b0492

Please sign in to comment.