Skip to content

Commit

Permalink
Remove unsupported node versions from travis builds
Browse files Browse the repository at this point in the history
Ideally we would like to know things still work on Node 6.0, but Yarn no longer supports it so we don't really have a choice (until we go back to using npm)
  • Loading branch information
cookpete committed Oct 8, 2018
1 parent d635a06 commit df63917
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: node_js
node_js:
- node
- 8
- 7
- 6
- 6.0
cache:
yarn: true
directories:
Expand Down

0 comments on commit df63917

Please sign in to comment.