Skip to content

Commit edcff2a

Browse files
committed
chore: remove Node 4 from the build matrix, add Node 10
1 parent 6b6de7e commit edcff2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ notifications:
66
on_success: change
77
node_js:
88
- '6'
9-
- '4'
9+
- '8'
1010
- '10'
1111

1212
env:
@@ -18,7 +18,7 @@ env:
1818

1919
matrix:
2020
include:
21-
- node_js: '6'
21+
- node_js: '8'
2222
env: CI_MODE=saucelabs
2323
addons:
2424
sauce_connect: true

0 commit comments

Comments
 (0)