dblock / strava-ruby-client

A complete Ruby client for the Strava API v3.
https://code.dblock.org/2018/11/27/writing-a-new-strava-api-ruby-client.html
MIT License
97 stars 22 forks source link

Update Travis Badge or migrate to GHA #42

Closed dblock closed 2 years ago

dblock commented 3 years ago

Travis is MIA, even though https://app.travis-ci.com/github/dblock/strava-ruby-client/builds shows stuff. Get rid of it.

I managed to re-enable travis, the badge needs to be updated.

https://app.travis-ci.com/github/dblock/strava-ruby-client

dblock commented 2 years ago
  1. Get rid of .travis.yml
  2. Create .github/workflows, for this project it's something basic, see https://github.com/actions/setup-ruby, and runs rake.
  3. For danger, you'll need a token, see https://github.com/slack-ruby/slack-ruby-bot-server/pull/142 for something to copy paste.
  4. Ensure build runs tests and tests pass on your fork (see actions), then make a PR.