Travis yml file added

This commit is contained in:
Mehdi Valikhani 2015-05-08 09:33:51 +10:00
parent a48453ad77
commit 333d748b6d

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.10"
script: "npm test"
cache:
directories:
- node_modules