Added travis configuration file

This commit is contained in:
Björn Dahlgren 2015-04-03 12:38:32 +02:00
parent abf5a74ea4
commit c23edce76b

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm update -g npm