From cc8173a11b39f03dde86ea1031b2941317a31f28 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 11 Dec 2012 07:30:29 -0500 Subject: [PATCH] minor changes --- .travis.yml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e53bc08..7c07d30d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,11 @@ - language: node_js - node_js: - #- 0.4 #jshint fails to install (no gzip, jshint test not working out) - - 0.6 - - 0.8 - - 0.9 - notifications: - #webhooks: - #http://requestb.in/12h5bl71 - email: - #recipients: - # - cloudcmd.coderaiser@gmail.com - on_success: change - on_failure: change \ No newline at end of file +language: node_js +node_js: + - 0.6 + - 0.8 + - 0.9 +notifications: + #webhooks: + #http://requestb.in/12h5bl71 + email: + on_success: change + on_failure: change \ No newline at end of file