drop support for node 0.10 / 0.12 (#1541)

Drop support for Node 0.10/0.12 as it’s not supported by Node and tests
are failing since our dependencies no longer support Node 0.10/0.12
This commit is contained in:
Taranveer Virk 2018-01-19 11:28:31 -05:00 committed by GitHub
parent 60a47b4439
commit b26da798a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "0.10"
- "0.12"
- "4" - "4"
- "6" - "6"

View File

@ -29,7 +29,7 @@
"posttest": "npm run lint" "posttest": "npm run lint"
}, },
"engines": { "engines": {
"node": ">= 0.6 <= 6" "node": ">= 4 <= 6"
}, },
"devDependencies": { "devDependencies": {
"async-iterators": "^0.2.2", "async-iterators": "^0.2.2",