From 704442c3a6ac8803df448fea6ef428cd88c4ff48 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Thu, 2 Apr 2015 20:05:55 -0400 Subject: [PATCH] removing node 0.8 from test suite travis uses an old version of npm with node 0.8, causing issues with modules that use "^" in the version specification. See https://travis-ci.org/SheetJS/js-xlsx/jobs/56966869 for more info --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cd84a2..a378c85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ node_js: - "iojs" - "0.11.14" - "0.10" - - "0.8" +# - "0.8" # commented because of npm issue with camelcase before_install: - "npm install -g mocha" - "npm install blanket"