mirror of
https://github.com/bendtherules/eslint-plugin-undef-init.git
synced 2026-08-18 13:52:15 +00:00
Fix appveyor yml syntax
This commit is contained in:
+4
-3
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user