Skip to content

Commit

Permalink
Merge 2333fbf into 45d9e47
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed Nov 3, 2019
2 parents 45d9e47 + 2333fbf commit 4d27d2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ branches:
- master
- "/^v?[0-9\\.]+/"
node_js:
- '12'
- '10'
- '8'
- '7'
- '6'
before_install:
- 'npm install -g npm@latest'
after_success:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ branches:

environment:
matrix:
- nodejs_version: '12'
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '7'
- nodejs_version: '6'

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 4d27d2a

Please sign in to comment.