From 1a43b3e30c4bf815010c3977124cbddb9d5fb739 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 7 Mar 2019 23:30:21 -0500 Subject: [PATCH] test appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 85693a4fc3..cc2cb98213 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,4 +6,4 @@ environment: services: - docker build_script: -- sh: ./build.sh +- sh: pwd && ls && ./build.sh