summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-13 20:10:45 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-13 20:10:45 -0700
commitbaacd81907dbbb0ba153ae99acfe1ab87d028917 (patch)
treefaa6000cffd95ff3148d1212c569bb445a65effe /appveyor.yml
parent218ddd03767772d3dfab0d44a9d924d919442924 (diff)
Fix AppVeyor script path
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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