From 302c139c96b6bc03951c7b2dcb7d1b4c7e52e620 Mon Sep 17 00:00:00 2001 From: Larz Conwell Date: Wed, 5 Sep 2012 10:59:49 -0400 Subject: [PATCH] Made Node versions strings in travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54473df5..36a57f92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 0.8 - - 0.6 + - "0.8" + - "0.6" install: jake utilities handlebars jade \ No newline at end of file