Skip to content

Commit

Permalink
ci(travis): stop testing in Node 4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop official support for Node 4.

There is no intentional change that breaks usage in Node 4, but as we
stop testing in this no longer supported Node version we recommend to
no update nock if you still rely on Node 4.

The reason why we decided to go ahead and make a breaking version
release is that it became increasingly harder to update dependencies
to the latest versions as they also drop support for Node 4.
  • Loading branch information
gr2m committed Sep 14, 2018
1 parent cc3a539 commit 139b632
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -29,8 +29,6 @@ jobs:
script: npm run unit
- node_js: 6
script: npm run unit
- node_js: 4
script: npm run unit
- stage: release
node_js: lts/*
env: semantic-release
Expand Down

0 comments on commit 139b632

Please sign in to comment.