Skip to content

Commit

Permalink
Drop support of node < 5, enable test on node 9, 10, 11, 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Apr 28, 2019
1 parent 4561aee commit 521a434
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -3,11 +3,13 @@ sudo: false
language: node_js

node_js:
- "4.0"
- "5.0"
- "6.0"
- "7.0"
- "8.0"
- "9.0"
- "10.0"
- "11.0"
- "12.0"

before_script:
- npm install -g gulp
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,7 +91,7 @@
"yargs": "^13.2.2"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit 521a434

Please sign in to comment.