test also with node.js v0.6 + notify irc about test results
parent
c0394138f8
commit
dfe3b8d17f
|
@ -1,6 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.8"
|
||||
- "0.6"
|
||||
install:
|
||||
- "bin/installDeps.sh"
|
||||
before_script:
|
||||
|
@ -15,4 +16,7 @@ jdk:
|
|||
- oraclejdk6
|
||||
notifications:
|
||||
email:
|
||||
- petermartischka@googlemail.com
|
||||
- petermartischka@googlemail.com
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#etherpad-lite-dev"
|
Loading…
Reference in New Issue