Skip to content

Commit

Permalink
Remove node 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Mar 8, 2018
1 parent 868fd48 commit e6260fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ matrix:
- node_js: '6'
script: npm run jest -- --runInBand
env: CI=tests 6
- node_js: '4'
script: npm run jest -- --runInBand
env: CI=tests 4
sudo: required
before_install:
- npm install -g npm@latest
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"stylelint": "^8.4.0"
},
"engines": {
"node": ">=4.2.1"
"node": ">=6"
},
"keywords": [
"css",
Expand Down

0 comments on commit e6260fc

Please sign in to comment.