first version of a travis.yml file
This commit is contained in:
parent
94faa6d3b2
commit
7903eb93b6
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.8"
|
||||
install:
|
||||
- bin/installDeps.sh
|
||||
notifications:
|
||||
email:
|
||||
- petermartischka@googlemail.com
|
Loading…
Reference in a new issue