Add travis configuration

This commit is contained in:
Jan Nicklas 2015-05-18 15:53:36 +02:00
parent 3db6355e4b
commit 44e30ac31c
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs"