first version of a travis.yml file
parent
94faa6d3b2
commit
7903eb93b6
|
@ -0,0 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.8"
|
||||
install:
|
||||
- bin/installDeps.sh
|
||||
notifications:
|
||||
email:
|
||||
- petermartischka@googlemail.com
|
Loading…
Reference in New Issue