From ff40357da10afd16b9efb06c4e6e8981fac8c239 Mon Sep 17 00:00:00 2001 From: Mitchell Cash Date: Mon, 24 Sep 2018 14:50:02 +1000 Subject: [PATCH] AppVeyor: Move AppVeyor YAML to dot-file-style YAML AppVeyor supports dot-file-style YAML named .appveyor.yml as is. This helps keep the root of the repository clean(ish) and readable by having the CI files as dot-files. --- appveyor.yml => .appveyor.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename appveyor.yml => .appveyor.yml (100%) diff --git a/appveyor.yml b/.appveyor.yml similarity index 100% rename from appveyor.yml rename to .appveyor.yml