Skip to content

Commit

Permalink
removing node 0.8 from test suite
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SheetJSDev committed Apr 3, 2015
1 parent 0d38d4c commit 704442c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 704442c

Please sign in to comment.