Skip to content

Commit

Permalink
Drop support for old node versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadhalnur committed Aug 16, 2019
1 parent 01fe33c commit db173e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
- '12'
before_install:
- npm i -g npm@latest
install:
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
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 db173e4

Please # to comment.