Skip to content

Commit

Permalink
feat(lifetime-support): Remove 0.12 node support
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored and simondel committed Dec 27, 2016
1 parent e116f91 commit 38f72ae
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 @@ -4,7 +4,6 @@ node_js:
- "7"
- "6"
- "4"
- "0.12"
before_install:
- npm install -g grunt-cli
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=0.12.0"
"node": ">=4"
},
"keywords": [
"mutation testing",
Expand Down

0 comments on commit 38f72ae

Please sign in to comment.