Browse Source

Remove support for node 0.12 (#478)

Node.js version 0.12 reached end-of-life on 2016-12-31.
pull/477/head
Gabe Gorelick 7 years ago committed by Sergi Almacellas Abellana
parent
commit
0528bd6929
  1. 1
      .travis.yml
  2. 2
      README.md

1
.travis.yml

@ -1,6 +1,5 @@
language: node_js language: node_js
node_js: node_js:
- "0.12"
- "4" - "4"
- "6" - "6"
- "8" - "8"

2
README.md

@ -59,8 +59,6 @@ Tests
Papa Parse is under test. Download this repository, run `npm install`, then `npm test` to run the tests. Papa Parse is under test. Download this repository, run `npm install`, then `npm test` to run the tests.
The continuous integration server runs these tests using Node 0.12. You should ensure your tests pass locally using that version of Node.
Contributing Contributing
------------ ------------

Loading…
Cancel
Save