Skip to content

Commit

Permalink
ci(travis): stop testing in Node 4 & 9
Browse files Browse the repository at this point in the history
fixes gr2m#83

BREAKING CHANGE: drop support for Node 4 & Node 9

Currently supported Node versions are : 6, 8 and 10. See [Node LTS Schedule](https://github.com/nodejs/Release#lts-schedule)
  • Loading branch information
gr2m committed May 21, 2018
1 parent 3495f47 commit a877ebc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ branches:
jobs:
include:
# run tests in all supported node versions
# run coverage only in Node 9
- node_js: 4
# run coverage only in Node 10
- node_js: 6
- node_js: 8
- node_js: 9
- node_js: 10
script:
- npm run test
- npm run test:coverage
Expand Down

0 comments on commit a877ebc

Please sign in to comment.