add travis yml

This commit is contained in:
Tankred Hase 2013-08-09 17:24:27 +02:00
parent 4663969038
commit 6623379a2c
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_script:
- npm install -g grunt-cli
notifications:
email:
- build@whiteout.io