Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 2eeddbb

Browse files
committed
chore: drop node versions previous to 8
BREAKING CHANGE: now supported version of node >= 8.0.0
1 parent 36002b8 commit 2eeddbb

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
@@ -3,7 +3,6 @@ sudo: false
33
script: npm run ${NPM_SCRIPT}
44
after_success: cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls
55
node_js:
6-
- '6'
76
- '8'
87
env:
98
global:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "6.0.0",
44
"description": "UI Screenshot testing utility",
55
"engines": {
6-
"node": ">= 6.0.0"
6+
"node": ">= 8.0.0"
77
},
88
"bin": {
99
"gemini": "./bin/gemini"

0 commit comments

Comments
 (0)