mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
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…
Add table
Add a link
Reference in a new issue