Skip to content

Commit 28437c3

Browse files
author
Simon Hofmann
committed
(#4) Re-added environment config key
1 parent 729c40a commit 28437c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
image: Visual Studio 2017
44

55
# Test against these versions of Io.js and Node.js.
6-
nodejs_version: "12"
6+
environment:
7+
matrix:
8+
- nodejs_version: "12"
79

810
cache:
911
- node_modules

0 commit comments

Comments
 (0)