first version of a travis.yml file

This commit is contained in:
Peter 'Pita' Martischka 2012-10-28 15:40:42 +00:00
parent 94faa6d3b2
commit 7903eb93b6
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: node_js
node_js:
- "0.8"
install:
- bin/installDeps.sh
notifications:
email:
- petermartischka@googlemail.com