From 4be5b80ff6eaccfe2017253be1b3684225f71b69 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 6 Jul 2013 20:10:46 -0700 Subject: [PATCH] Quote Node.js versions in travis.yml Former-commit-id: 57127e5f9c476d7e174d56d2704ee09a90984c33 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e1c12f71..7b7287dfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: - - 0.6 - - 0.10 + - "0.6" + - "0.8" + - "0.10" env: - TEST_COMMAND="istanbul cover ./test/test.js" - TEST_COMMAND="phantomjs ./test/test.js ../dist/lodash.compat.js"