From: Chris Rebert Date: Mon, 4 Nov 2013 18:41:10 +0000 (-0800) Subject: update node.js to v0.10.x (current stable) X-Git-Tag: v3.0.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeee718247711d70b766ef9fac5bf0723c7cf905;p=thirdparty%2Fbootstrap.git update node.js to v0.10.x (current stable) --- diff --git a/.travis.yml b/.travis.yml index 9f2371887f..775a7f15aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 0.8 + - 0.10 before_script: - gem install jekyll - npm install -g grunt-cli