Skip to content

Commit

Permalink
Updating Travis configuration to test Node.js v10 and v12. Dropping s…
Browse files Browse the repository at this point in the history
…upport for Node.js v6.
  • Loading branch information
arithmetric committed Jul 1, 2020
1 parent 288a69c commit 50d3e76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js
node_js:
- '6.10'
- '8.10'
- '10.15'
- 10
- 12
matrix:
allow_failures:
- node_js: '6.10'
- node_js: '8.10'
script:
- npm run lint
- npm run check-coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"nyc": "^14.1.1"
},
"engines": {
"node": ">=6.0"
"node": ">=8.0"
},
"scripts": {
"check-coverage": "nyc --check-coverage --statements=100 --reporter=lcov --reporter=text-summary npm run test",
Expand Down

0 comments on commit 50d3e76

Please sign in to comment.