Skip to content

Commit

Permalink
chore(travis): update nodejs matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdreizin committed May 2, 2018
1 parent 28b1a2e commit 477cb18
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 @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- 9
- 8
- lts/*
os:
- linux
- osx
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
fast_finish: true
include:
- stage: release
node_js: 8
node_js: lts/*
deploy:
skip_cleanup: true
provider: script
Expand Down

0 comments on commit 477cb18

Please sign in to comment.