Skip to content

Commit

Permalink
chore: remove Node 4 from the build matrix, add Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes authored and citizensas committed May 29, 2021
1 parent e37aaa2 commit e2d353a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ notifications:
on_success: change
node_js:
- '6'
- '4'
- '8'
- '10'

env:
Expand All @@ -18,7 +18,7 @@ env:

matrix:
include:
- node_js: '6'
- node_js: '8'
env: CI_MODE=saucelabs
addons:
sauce_connect: true
Expand Down

0 comments on commit e2d353a

Please sign in to comment.