Fix appveyor yml syntax

This commit is contained in:
2018-08-21 00:25:16 +05:30
parent 972540166d
commit 0c3f7a005b
+4 -3
View File
@@ -1,8 +1,9 @@
# Test against the latest version of this Node.js version # Test against the latest version of this Node.js version
environment: environment:
nodejs_version: "6" matrix:
nodejs_version: "8" - nodejs_version: "6"
nodejs_version: "10" - nodejs_version: "8"
- nodejs_version: "10"
# Install scripts. (runs after repo cloning) # Install scripts. (runs after repo cloning)
install: install: