From abed75a9aa5917c2e41c00105c3570bd773066ae Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 27 Sep 2016 13:33:26 +0200 Subject: [PATCH] Move appveyor configuration script out of the root * Unfortunately, travis doesn't support this so the .travis.yml still has to be in the root. --- .appveyor.yml => scripts/appveyor.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .appveyor.yml => scripts/appveyor.yml (100%) diff --git a/.appveyor.yml b/scripts/appveyor.yml similarity index 100% rename from .appveyor.yml rename to scripts/appveyor.yml