Skip to content

Commit

Permalink
Drop support of node 0.12 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinserjan authored Nov 26, 2016
1 parent da49515 commit 77581cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: required # to make Chrome available
dist: trusty # to get new Chrome version
language: node_js
node_js:
- "0.12"
- "4"
- "6"

Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ environment:
global:
DEBUG: "wdio-screenshot:*"
matrix:
- nodejs_version: "0.12"
GRAPHICSMAGICK: true
- nodejs_version: "0.12"
GRAPHICSMAGICK: false
- nodejs_version: "4"
GRAPHICSMAGICK: true
- nodejs_version: "4"
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@
"wdio-sauce-service": "^0.2.2",
"wdio-selenium-standalone-service": "0.0.5",
"webdriverio": "^4.0.9"
},
"engines": {
"node": ">=4"
}
}

0 comments on commit 77581cb

Please sign in to comment.