Skip to content

Commit

Permalink
node 8+ support πŸ‘πŸ» ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Jan 29, 2020
1 parent 9729b1f commit d2ec441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 7.6
- 8
- 10
- 12
Expand All @@ -10,4 +9,4 @@ script:
- npm run test-cov
after_script:
- npm i coveralls
- cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls
- cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"supertest": "^4.0.2"
},
"engines": {
"node": ">= 7.6.0"
"node": ">= 8"
},
"scripts": {
"test": "mocha --reporter spec test/test.js --exit",
Expand Down

0 comments on commit d2ec441

Please sign in to comment.