From 25ee6fc9c57e11a012ecc3910fcb72386a3403a1 Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Wed, 18 Jun 2014 14:09:17 +0100 Subject: [PATCH] fix(travis_ci): converted node versions as string It avoids the `0.1` version number in Travis builds. Cf. http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Choosing-Node-versions-to-test-against --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55671851c..e980b0cd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - 0.10 - - 0.8 + - "0.10" + - "0.8" env: global: