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

Commit

Permalink
chore: drop node versions previous to 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: now supported version of node >= 8.0.0
  • Loading branch information
DudaGod committed Dec 13, 2018
1 parent 36002b8 commit 2eeddbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
script: npm run ${NPM_SCRIPT}
after_success: cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls
node_js:
- '6'
- '8'
env:
global:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "6.0.0",
"description": "UI Screenshot testing utility",
"engines": {
"node": ">= 6.0.0"
"node": ">= 8.0.0"
},
"bin": {
"gemini": "./bin/gemini"
Expand Down

0 comments on commit 2eeddbb

Please sign in to comment.