From 3f6100789013f02c5311aab4ba5b8b7f6cc18ae6 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sun, 13 Oct 2013 18:50:22 -0700 Subject: [PATCH] need to quote node version 0.10.0 for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8009016..af0b87a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - 0.8 - - 0.10 + - '0.10' script: 'make test-travis' branches: only: