Skip to content

Commit 8aa2b18

Browse files
committed
build: fix matrix build
1 parent e81532f commit 8aa2b18

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ services:
55
- mongodb
66
language: node_js
77
node_js:
8-
- "7.9.0"
98
- "lts/*"
109
- "node"
1110
sudo: required

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"koaton": "./koaton"
8080
},
8181
"engines": {
82-
"node": ">= 6.5.0"
82+
"node": ">= 8.7.0"
8383
},
8484
"preferGlobal": true,
8585
"repository": {

0 commit comments

Comments
 (0)