From: Harry Wood Date: Sat, 12 Feb 2022 17:53:39 +0000 (+0000) Subject: Fix contrib doc to remove reference to travis X-Git-Tag: live~1256^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6ede9e3ec74e89dc61b48c52b439a6581dfde80e Fix contrib doc to remove reference to travis Remove the reference to Travis CI. Our CI pipeline now runs withing github actions. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 474c80b4f..61e23f810 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,8 +38,8 @@ bundle exec rails test:all You can view test coverage statistics by browsing the `coverage` directory. -The tests are automatically run on Pull Requests and other commits with the -results shown on [Travis CI](https://travis-ci.org/openstreetmap/openstreetmap-website). +The tests are automatically run on Pull Requests and other commits via github +actions. The results shown are within the PR display on github. ## Static Analysis