From 2b1b974f1d0f4a48a074467a02c63ae3abcc837c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 26 Jun 2012 15:15:14 +0300 Subject: [PATCH] trying to support old node versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f987a88..20f4a1bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - #- 0.4 no need, it's to old (no gzip, jshint test not working out) + - 0.4 #no need, it's to old (no gzip, jshint test not working out) - 0.6 - 0.7 # development version of 0.8, may be unstable notifications: