From bb4ac65f136af42d1924fba7ddeaa3dcee657595 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 6 Aug 2012 14:27:04 -0400 Subject: [PATCH] minor changes --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..2b9c686d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ + language: node_js + node_js: + #- 0.4 #jshint fails to install (no gzip, jshint test not working out) + - 0.6 + - 0.8 + notifications: + webhooks: + #http://requestb.in/12h5bl71 + urls: + # http://webhooks.jit.su/deploy ## + - http://webhooks.nodejitsu.com/1/deploy \ No newline at end of file