Skip to content

Commit

Permalink
Remove Node.js 6 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Apr 13, 2019
1 parent 5d65d10 commit bfb517b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,6 @@ cache:

node_js:
- '8'
- '6'
- '10'

before_install:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@

environment:
matrix:
- nodejs_version: 6
- nodejs_version: 10

version: "{build}"
build: off
Expand Down

0 comments on commit bfb517b

Please sign in to comment.