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 @@
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