diff --git a/appveyor.yml b/appveyor.yml index 34ec847..f5ec516 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,26 +9,8 @@ platform: x64 configuration: Release -for: -- - matrix: - only: - - image: Visual Studio 2017 - build_script: - - echo running on Windows! -- - matrix: - only: - - image: macos - build_script: - - sh: echo running on macos! -- - matrix: - only: - - image: macos - build_script: - - sh: echo running on Mac OS! build_script: - - echo ERROR - Empty default script was executed! \ No newline at end of file + - echo ERROR - Empty default script was executed! + - exit 1 \ No newline at end of file