Skip to content

Commit

Permalink
CI: drop Node 6, add Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed May 10, 2019
1 parent 106eabb commit d611a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ os:
- osx
language: node_js
node_js:
- 6
- 8
- 10
- 12
sudo: false
compiler: clang
notifications:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ clone_depth: 1

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

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

0 comments on commit d611a56

Please sign in to comment.