From baacd81907dbbb0ba153ae99acfe1ab87d028917 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 13 Apr 2015 20:10:45 -0700 Subject: Fix AppVeyor script path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index afdef8f..33ed76b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ version: "{build}" build_script: - - ps: .\tests\appveyor.ps1 \ No newline at end of file + - ps: .\tests\autotest-appveyor.ps1 \ No newline at end of file -- cgit v1.2.3