first version of a travis.yml file
This commit is contained in:
parent
94faa6d3b2
commit
7903eb93b6
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…
x
Reference in New Issue
Block a user