Configure Travis CI builds

This commit is contained in:
Miroslav Bajtoš 2015-04-17 09:12:45 +02:00
parent 6c0c8b9f8b
commit f9d74f2c5e
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.10"
- "0.12"
- "iojs"