Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Removed Node.js v0.12 support
Browse files Browse the repository at this point in the history
TravisCI is seeing the yarn lockfile, trying to use Yarn on the node v0.12 tests and failing. Although 0.12 should still work if you use NPM instead of yarn, I'm removing from our test configuration as it is now out of Node maintenance window: https://github.com/nodejs/LTS#lts-schedule
  • Loading branch information
gavinr committed Jan 5, 2017
1 parent 90097dc commit 0058c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ node_js:
- 'v6'
- 'v5'
- 'v4'
- '0.12'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/tomwayson"
},
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha --timeout 10000"
Expand Down

0 comments on commit 0058c74

Please sign in to comment.