Skip to content

Commit

Permalink
require modern versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Jul 17, 2019
1 parent a8609f3 commit e4cae08
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,7 +1,7 @@
language: node_js
node_js:
- '12'
- '10'
- '8'
- '6'
- '4'
after_script:
- './node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "github.com/jamestalmage"
},
"engines": {
"node": ">=4"
"node": ">=8"
},
"scripts": {
"test": "xo && nyc ava"
Expand Down

0 comments on commit e4cae08

Please sign in to comment.