Skip to content

Commit

Permalink
chore(travis): Stop testing node@8, start testing node@14.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Nov 22, 2020
1 parent c2127e0 commit 43b4600
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ dist: bionic
matrix:
fast_finish: true
allow_failures:
- node_js: 8
- node_js: node
- node_js: lts/*
node_js:
- 8
- 10
- 12
- 14
- lts/*
- node
before_install:
Expand Down

0 comments on commit 43b4600

Please sign in to comment.