Skip to content

Commit

Permalink
Temporarily disable Node 8 CI to unblock release
Browse files Browse the repository at this point in the history
CI is broken for Node 8. We're dealing with updating the CI this in #1870 and it should be fixed shortly. I'm removing this for now, so we can get the patch for #1836 shipped.

We should also prioritize #1871 so we don't accidentally ship a breaking change for Node 8.
  • Loading branch information
paulmelnikow committed Feb 7, 2020
1 parent 22e2fca commit 1606b41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -40,9 +40,6 @@ jobs:
- node_js: 10
# Avoid running lint and prettier again.
script: npm run --silent unit && npm run mocha
- node_js: 8
# Avoid running lint and prettier again.
script: npm run --silent unit && npm run mocha
- stage: release
node_js: lts/*
env: semantic-release
Expand Down

0 comments on commit 1606b41

Please sign in to comment.