Merge pull request #5025 from siddharthkp/patch-1

Drop support for Node 0.12 💀
This commit is contained in:
Henry Zhu 2017-01-19 21:25:16 -05:00 committed by GitHub
commit ef3ab66847
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ node_js:
- '6'
- '5'
- '4'
- '0.12'
script:
- 'if [ -n "${LINT-}" ]; then make lint ; fi'
- 'if [ -z "${LINT-}" ]; then make test-ci ; fi'

View File

@ -38,7 +38,7 @@ Feel free to check out the `#discussion`/`#development` channels on our [slack](
**Note:** Versions `< 5.1.10` can't be built.
Babel is built for node 0.10 and up but we develop using node 6. Make sure you are on npm 3.
Babel is built for node 4 and up but we develop using node 6. Make sure you are on npm 3.
You can check this with `node -v` and `npm -v`.