From e2126580e8087022a92fda45ee225b07503c915f Mon Sep 17 00:00:00 2001 From: Jake Date: Sat, 1 Nov 2014 23:07:26 -0500 Subject: [PATCH] Remove test command, see what travis does --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e87330b..b705b2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: node_js node_js: - "0.10" -script: mocha \ No newline at end of file +notifications: + irc: "irc.esper.net#spongy" \ No newline at end of file