Add travis

This commit is contained in:
Ritchie Martori 2013-11-08 09:14:25 -08:00
parent 121a6a744b
commit 6e7ea325e3
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"