Skip to content

Commit

Permalink
ci(travis): drop support for node =< v4.0.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp authored and michael-ciniawsky committed Oct 18, 2018
1 parent d193bb3 commit 003c3d9
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:
- 'stable'
- 'lts/*'
- 6
- 4

script: npm run lint && npm t

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"cssnano": "^4.0.0",
"del-cli": "^1.0.0",
"jest": "^22.0.0",
"jest": "^23.6.0",
"jsdoc-to-markdown": "^4.0.0",
"postcss": "^7.0.0",
"postcss-import": "^11.0.0",
Expand Down

0 comments on commit 003c3d9

Please sign in to comment.