Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit 477cb18

Browse files
committed
chore(travis): update nodejs matrix
1 parent 28b1a2e commit 477cb18

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
@@ -2,7 +2,7 @@ sudo: false
22
language: node_js
33
node_js:
44
- 9
5-
- 8
5+
- lts/*
66
os:
77
- linux
88
- osx
@@ -37,7 +37,7 @@ jobs:
3737
fast_finish: true
3838
include:
3939
- stage: release
40-
node_js: 8
40+
node_js: lts/*
4141
deploy:
4242
skip_cleanup: true
4343
provider: script

0 commit comments

Comments
 (0)