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 this in #1870 so I'm removing this for now, so we can the patch for #1836 shipped.
  • Loading branch information
paulmelnikow committed Feb 7, 2020
1 parent 22e2fca commit 5658cc5
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 5658cc5

Please sign in to comment.