Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Temporarily stop building Node 7 on Windows
Browse files Browse the repository at this point in the history
grpc is not supported with Node 7 on Windows at the moment. Stop building in that config for now. See #190 for more context.
  • Loading branch information
ofrobots committed Dec 15, 2016
1 parent c5eafdd commit 75b08e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ environment:
# node.js
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"

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

2 comments on commit 75b08e9

@ofrobots
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matthewloring
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Please sign in to comment.