dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
533 stars 66 forks source link

Remove obsolete CI. #328

Open veelo opened 1 year ago

veelo commented 1 year ago
  1. The AppVeyor CI is broken in the sense that failures are not detected, ci.bat always ends with exit value 0. Disabling AppVeyor requires admin rights.
  2. It seems we have stopped using Travis-CI.

GitHub Actions currently covers all platforms, and makes other CI systems obsolete.

When AppVeyor has been disabled, the following files can be removed:

.travis.yml
appveyor.yml
ci.bat
ci.sh