Closed missinglink closed 3 years ago
This PR had some messy commits, I've cleaned it up now and opened the PR up for review/merging.
note: at time of writing there is an outage which may affect the checks: https://github.com/pelias/openaddresses/pull/478#issuecomment-768800427
This one doesn't remove .travis.yml
, is that intentional?
This one doesn't remove
.travis.yml
, is that intentional?
Yes/No ⚖️, initially it seemed best to leave both CI systems running, but since we've now lived with Actions a while and not had any issues we might consider removing .travis.yml
here and also https://github.com/pelias/api where I left it during the first PR.
I removed .travis.yml
via rebase
I've set the CI actions to be required
before merging a PR, any PRs authored before this was merged will require a rebase.
Add config from https://github.com/pelias/api/pull/1495 in another repo with a different testing requirement (build matrix, external database).