Skip to content

Commit 14ff0f5

Browse files
bhovhannescitizensas
authored andcommitted
chore: make CI run under latest and LTS versions of node
1 parent 08119da commit 14ff0f5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ notifications:
55
on_failure: always
66
on_success: change
77
node_js:
8-
- '6'
9-
- '8'
10-
- '10'
8+
- "node"
9+
- "lts/*"
1110

1211
env:
1312
global:
@@ -18,7 +17,7 @@ env:
1817

1918
matrix:
2019
include:
21-
- node_js: '8'
20+
- node_js: "lts/*"
2221
env: CI_MODE=saucelabs
2322
addons:
2423
sauce_connect: true

0 commit comments

Comments
 (0)