Skip to content

Commit

Permalink
Appveyor: Drop support for nodejs <8 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 1, 2019
1 parent 25424ec commit 27f7344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ os:
language: node_js
node_js:
- node
- '11'
- '10'
- '8'
8 changes: 3 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
environment:
matrix:
# node.js
- nodejs_version: "7.0"
- nodejs_version: "6.0"
- nodejs_version: "5.0"
- nodejs_version: "0.12"
- nodejs_version: "0.10"
- nodejs_version: "11.0"
- nodejs_version: "10.0"
- nodejs_version: "8.0"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 27f7344

Please sign in to comment.