Skip to content

Commit

Permalink
chore: Update .travis.yml
Browse files Browse the repository at this point in the history
Remove Node.js 4, because it is not supported by webpack 4. Breaking change!
  • Loading branch information
benurb committed Mar 16, 2018
1 parent 050f189 commit 17b7457
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Expand Up @@ -3,14 +3,8 @@ os:
language: node_js
node_js:
- "node"
- "lts/*"
- "4"

before_script:
# Fixes an annoying bug in ESLint on Node 4
# https://github.com/babel/babel-eslint/issues/558
# TODO: Remove when Node 4 is not supported anymore
- npm install estraverse
- "8"
- "6"

script:
- npm test
Expand Down

0 comments on commit 17b7457

Please sign in to comment.