From dfe3b8d17f8e940072fec09d30dd9c2452713a2d Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sat, 3 Nov 2012 14:36:59 +0000 Subject: [PATCH] test also with node.js v0.6 + notify irc about test results --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea1c90ba..ddaa5e91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - petermartischka@googlemail.com + irc: + channels: + - "irc.freenode.org#etherpad-lite-dev" \ No newline at end of file