Create .travis.yml

This commit is contained in:
paladox 2015-11-21 13:38:19 +00:00
parent 8d943b4a98
commit 2a78fb38ca

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: node_js
node_js:
- 4
- 0.12
- 0.10
sudo: false