From 106afeff5d8e9e1db5c8d20eef60386e38df59d8 Mon Sep 17 00:00:00 2001 From: Gerard Roche Date: Sun, 5 May 2024 07:34:30 +0100 Subject: [PATCH] remove: appveyor ci AppVeyor is no longer supported. See https://github.com/SublimeText/UnitTesting/commit/60e15d42d6ff96156408aec1999d6a16ddcf8e03 --- .gitattributes | 1 - README.md | 1 - appveyor.yml | 18 ------------------ 3 files changed, 20 deletions(-) delete mode 100644 appveyor.yml diff --git a/.gitattributes b/.gitattributes index ddfd93f..9ad2cfa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,7 +9,6 @@ /.gitattributes export-ignore /.github/ export-ignore /.gitignore export-ignore -/appveyor.yml export-ignore /mypy.ini export-ignore /screenshot*.png export-ignore /tests/ export-ignore diff --git a/README.md b/README.md index 8903d77..8847fb0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@

GitHub CI Status - AppVeyor CI Status CodeCov Coverage Status Download Count

diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index e7cdc5e..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,18 +0,0 @@ -environment: - global: - PACKAGE: "PHPUnitKit" - - matrix: - - SUBLIME_TEXT_VERSION: "3" - -clone_depth: 1 - -install: - - ps: appveyor DownloadFile "https://raw.githubusercontent.com/randy3k/UnitTesting/master/sbin/appveyor.ps1" - - ps: .\appveyor.ps1 "bootstrap" -verbose - -build: off - -test_script: - - ps: .\appveyor.ps1 "run_tests" -verbose -coverage - - ps: .\appveyor.ps1 "run_syntax_tests" -verbose