aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 390a9ed..bd28c1c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,5 +11,5 @@ install:
- '%CYG_ROOT%\%CYG_SETUP% -gnqINDo -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,libclang-devel,libllvm-devel,clang > NULL 2>&1'
- '%CYG_ROOT%\bin\cygcheck -dc cygwin'
-build-script:
+build_script:
- '%CYG_ROOT%\bin\bash make -C %APPVEYOR_BUILD_FORLDER%'