From: Nick Schonning Date: Sat, 4 Jan 2014 15:46:05 +0000 (-0500) Subject: Quote Node 0.10 so correct version is printed X-Git-Tag: v3.1.0~124^2~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12090%2Fhead;p=thirdparty%2Fbootstrap.git Quote Node 0.10 so correct version is printed --- diff --git a/.travis.yml b/.travis.yml index be63538028..5eccbe3a5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 0.10 + - "0.10" before_install: - time sudo pip install --use-mirrors -r test-infra/requirements.txt - rvm use 1.9.3 --fuzzy