From b5f886d24c0ccdc7c271cc32a5f37ae810c6d3b5 Mon Sep 17 00:00:00 2001 From: Dylan Greene Date: Tue, 28 Jan 2014 12:06:58 -0500 Subject: [PATCH] update travis settings --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a55b235..939cb51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js node_js: - - 0.8 - - 0.10 - - 0.11 \ No newline at end of file + - "0.8" + - "0.10" + - "0.11" \ No newline at end of file