Browse Source

Testing in AppVeyor

This is how to always test against latest io.js 3.x and Node.js 4.x
greenkeeper-update-all
Feodor Fitsner 9 years ago
parent
commit
7befc24907
  1. 4
      appveyor.yml

4
appveyor.yml

@ -5,8 +5,8 @@ environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "3.0"
- nodejs_version: "4.0"
- nodejs_version: "3"
- nodejs_version: "4"
# Install scripts. (runs after repo cloning)
install:

Loading…
Cancel
Save