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