From 0528bd692979eb59f5227c91e05840fdd85c76e3 Mon Sep 17 00:00:00 2001 From: Gabe Gorelick Date: Mon, 9 Apr 2018 14:59:31 -0500 Subject: [PATCH] Remove support for node 0.12 (#478) Node.js version 0.12 reached end-of-life on 2016-12-31. --- .travis.yml | 1 - README.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12c54db..fb7ba49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - "0.12" - "4" - "6" - "8" diff --git a/README.md b/README.md index 730cc17..98bfc6d 100644 --- a/README.md +++ b/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. -The continuous integration server runs these tests using Node 0.12. You should ensure your tests pass locally using that version of Node. - Contributing ------------