Merge pull request #121 from strongloop/enable-travis

Configure Travis CI builds
This commit is contained in:
Miroslav Bajtoš 2015-04-17 09:14:11 +02:00
commit e3763ac28e
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"