Closed sjakobi closed 3 years ago
Looks good to me! The badge still pointed to Travis, and that made me think: why would we even have badges in the README? They will always refer to the current master build, which is either useless (if we’re on Github anyway and can click on the CI) or wrong (Hackage will show the master build for all readmes of all versions for example). So, badges are now gone.
The Github CI config is generated using the settings in
cabal.haskell-ci
.The main loss compared to the old Travis setup is that the
negated-cpp-macro-syntax
andreadme-was-generated
checks fromscripts/ci/checks
aren't run.