Skip to content

Commit 7befc24

Browse files
committed
Testing in AppVeyor
This is how to always test against latest io.js 3.x and Node.js 4.x
1 parent 5855dbc commit 7befc24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ environment:
55
matrix:
66
- nodejs_version: "0.10"
77
- nodejs_version: "0.12"
8-
- nodejs_version: "3.0"
9-
- nodejs_version: "4.0"
8+
- nodejs_version: "3"
9+
- nodejs_version: "4"
1010

1111
# Install scripts. (runs after repo cloning)
1212
install:

0 commit comments

Comments
 (0)