diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-13 20:10:45 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-04-13 20:10:45 -0700 |
commit | baacd81907dbbb0ba153ae99acfe1ab87d028917 (patch) | |
tree | faa6000cffd95ff3148d1212c569bb445a65effe | |
parent | 218ddd03767772d3dfab0d44a9d924d919442924 (diff) |
Fix AppVeyor script path
-rw-r--r-- | appveyor.yml | 2 |
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 |