summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-10-28 15:40:42 +0000
committerPeter 'Pita' Martischka <petermartischka@googlemail.com>2012-10-28 15:40:42 +0000
commit7903eb93b6e378a6396212725c52f5d004d0af87 (patch)
tree25cc92e110e44784bc89400eb357f150074d0bf3 /.travis.yml
parent94faa6d3b20ca787fc1511b5acab3e53b8bee7d7 (diff)
downloadetherpad-lite-7903eb93b6e378a6396212725c52f5d004d0af87.zip
first version of a travis.yml file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..4cb298ae
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: node_js
+node_js:
+ - "0.8"
+install:
+ - bin/installDeps.sh
+notifications:
+ email:
+ - petermartischka@googlemail.com \ No newline at end of file