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

Commit

Permalink
feat: drop node@4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
j0tunn committed Oct 19, 2017
1 parent dde8c18 commit e6dc2f8
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 76 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ language: node_js
sudo: false
script: npm run ${NPM_SCRIPT}
after_success: cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls
node_js: '4'
node_js:
- '6'
- '8'
env:
global:
# SAUCE_USERNAME
- secure: SGYVs5XUYWTZVbc7OCXjw8EeWZvmoM46vWk/bTJRLLLDrNGxSSNubhuToDmEWC0lV02qtp8W1XKJt2d/nmG/dJ7K1SZfLQSZi/zTRfkPWtf9uaaPOHMGt7O69lipnuaaSOavVlZfOPIg02iVjCj9Mwy/BAaRSR4qWeN+N6Sp0kI=
# SAUCE_ACCESS_KEY
- secure: gmcCnuKOboJ2hFKZV8gxUzg1w/RbYr2YN0fky6llXQWi+VHZMa+YIN4HPOP4JVyvbGQA/6JQTj4E9JVAb9MnnBk58nXcEn5R8V9RU5EMBC8+zme22ILMFIvnrPhcMzjoEuupfGxbXmqzASNTWtQQd0qQ2flm8OyOMl+jCqAWCHs=
- CXX=g++-4.8

cache:
directories:
Expand Down Expand Up @@ -54,12 +55,3 @@ matrix:
- env:
- BROWSER=android5
- NPM_SCRIPT='test-browser --coverage'


addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
112 changes: 49 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.0.0-alpha.8",
"description": "UI Screenshot testing utility",
"engines": {
"node": ">= 4.0.0"
"node": ">= 6.0.0"
},
"bin": {
"gemini": "./bin/gemini"
Expand All @@ -20,7 +20,7 @@
"debug": "^2.2.0",
"fs-extra": "^0.30.0",
"gemini-configparser": "^1.0.0",
"gemini-core": "^1.3.0",
"gemini-core": "^2.0.0",
"gemini-coverage": "^1.0.0",
"graceful-fs": "^4.1.11",
"handlebars": "^4.0.5",
Expand Down

0 comments on commit e6dc2f8

Please sign in to comment.