Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Oct 31, 2019
1 parent c2a2b87 commit 777f038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ os:
language: node_js
node_js:
- node
- '13'
- '12'
- '11'
- '10'
- '8'
- '8.6'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"main": "index.js",
"engines": {
"node": ">=8"
"node": ">=8.6"
},
"scripts": {
"pretest": "eslint .",
Expand Down

0 comments on commit 777f038

Please sign in to comment.