Skip to content

Commit

Permalink
drop node.js v4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed May 1, 2018
1 parent 99c2f8a commit 3bbfadd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -40,9 +40,6 @@ jobs:
- <<: *node
node_js: '6'

- <<: *node
node_js: '4'

- script: npm start test.bundle test.browser
install: npm ci # we need the native modules here
addons:
Expand Down Expand Up @@ -78,9 +75,6 @@ jobs:
- <<: *smoke
node_js: '6'

- <<: *smoke
node_js: '4'

- stage: precache
script: true

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -9,7 +9,7 @@
- Ruby
- RubyGems
- Bundler (`gem install bundler`)
- Node.js v4.0.0 or greater
- Node.js v6.0.0 or greater

## Development

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -92,7 +92,7 @@ or as a development dependency for your project:
$ npm install --save-dev mocha
```

> To install Mocha v3.0.0 or newer with `npm`, you will need `npm` v2.14.2 or newer. Additionally, to run Mocha, you will need Node.js v4 or newer.
> Mocha currently requires Node.js v6 or newer.
Mocha can also be installed via [Bower](https://bower.io) (`bower install mocha`), and is available at [cdnjs](https://cdnjs.com/libraries/mocha).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -449,7 +449,7 @@
"_mocha": "./bin/_mocha"
},
"engines": {
"node": ">= 4.0.0"
"node": ">= 6.0.0"
},
"scripts": {
"prepublishOnly": "nps test clean build",
Expand Down

0 comments on commit 3bbfadd

Please sign in to comment.