Skip to content

Commit

Permalink
ci: drop support old node
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed May 15, 2019
1 parent d508ec1 commit b978e76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- node
- "stable"
- "lts/*"
- 6
- 4
cache:
directories:
- node_modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.0",
"description": "Expressions Plugin for PostHTML",
"engines": {
"node": ">=4"
"node": ">=6"
},
"main": "lib",
"scripts": {
Expand Down

0 comments on commit b978e76

Please sign in to comment.