Setting up continuous integration using travis

This commit is contained in:
knsv 2014-11-25 23:23:40 +01:00
parent 6382fe07ab
commit a5b9de2c43
1 changed files with 3 additions and 0 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.10"