Skip to content

Commit 00090ea

Browse files
committed
chore: Update travis config
BREAKING CHANGE: drop support for node < 8
1 parent eefaaa2 commit 00090ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- 6
43
- 8
54
- 10
65

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"sinon-chai": "^2.8.0"
5959
},
6060
"engines": {
61-
"node": ">=6.0.0"
61+
"node": ">=8.0.0"
6262
},
6363
"contributors": [
6464
"dignifiedquire <dignifiedquire@gmail.com>",

0 commit comments

Comments
 (0)