Skip to content

Commit

Permalink
drop support for node < 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mike182uk committed May 4, 2019
1 parent ced13d5 commit 22aa749
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
language: node_js

node_js:
- stable
- v4
- v5
- v6
- v7
- 12
- 11
- 10
- 8

sudo: false

cache:
yarn: true
directories:
- node_modules
cache: npm

env:
global:
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* Exports
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"date"
],
"engines": {
"node": ">=4"
"node": ">=8"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 0 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/* globals describe, it */

const chai = require('chai')
Expand Down

0 comments on commit 22aa749

Please sign in to comment.