Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor #24

Merged
merged 13 commits into from
Apr 8, 2019
Prev Previous commit
Next Next commit
Appveyor: Drop support for nodejs <8 for now.
  • Loading branch information
paulmillr committed Apr 1, 2019
commit 27f73440f1c4a1b39a8597b70b4f0488718888f5
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