diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..4cb298aee --- /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