test also with node.js v0.6 + notify irc about test results

This commit is contained in:
Peter 'Pita' Martischka 2012-11-03 14:36:59 +00:00
parent c0394138f8
commit dfe3b8d17f

View file

@ -1,6 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "0.8" - "0.8"
- "0.6"
install: install:
- "bin/installDeps.sh" - "bin/installDeps.sh"
before_script: before_script:
@ -15,4 +16,7 @@ jdk:
- oraclejdk6 - oraclejdk6
notifications: notifications:
email: email:
- petermartischka@googlemail.com - petermartischka@googlemail.com
irc:
channels:
- "irc.freenode.org#etherpad-lite-dev"