Skip to content

Commit

Permalink
Add travis.yml. Part of #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Dec 18, 2016
1 parent f20b10c commit cda5ac4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js

node_js:
- '7'
- '6'
- '4'
- '0.12'

script: npm test

notifications:
email: false

cache:
directories:
- node_modules

0 comments on commit cda5ac4

Please sign in to comment.