Test against multiple node versions.

This commit is contained in:
Michael Mclaughlin 2013-11-16 23:46:30 +00:00
parent 93f754d5ec
commit 7816dba52f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
language: node_js
node_js:
- "0.11"
script: npm install && node test/every-test.js
- "0.10"
- "0.8"
- "0.6"