From b0a75540b7e57f823dd23a996a644b6ad1abe7ec Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Mar 2013 05:57:58 -0400 Subject: [PATCH] added node.js v0.10 --- .travis.yml | 2 +- json/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 015e3dc5..954609f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - 0.6 - 0.8 - - 0.9 + - 0.10 notifications: #webhooks: #http://requestb.in/12h5bl71 diff --git a/json/config.json b/json/config.json index ca8c936c..2c46b714 100644 --- a/json/config.json +++ b/json/config.json @@ -2,7 +2,7 @@ "api_url" : "/api/v1", "appcache" : false, "minification" : { - "js" : false, + "js" : true, "css" : true, "html" : true, "img" : true