mongoid / mongoid-rspec

RSpec matchers and macros for Mongoid.
MIT License
498 stars 177 forks source link

Travis CI builds not running anymore (needs switch to travis-ci.com?) #240

Closed knovoselic closed 3 years ago

knovoselic commented 3 years ago

I've just submitted PR #239 and it seems that Travis CI integrations is broken. The Travis CI link: https://travis-ci.org/github/mongoid/mongoid-rspec/requests

has a warning saying Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.. Seems like the repo should be switched over to travis-ci.com.

dblock commented 3 years ago

I've tried to migrate this repo to .com like I did for other repos but failed. The travis ui keeps telling me to sign up for some kind of beta (I did), all the repos to migrate are greyed out, etc. I think I succeeded, worst UX ever.

I suggest doing the work to move to GHA and calling it a day. I can help review PRs.

dblock commented 3 years ago

Push a badge CR maybe that changes the badge location to .com, let's see if it picks up?

knovoselic commented 3 years ago

@dblock thanks for hopping onto this quickly. Almost there, the PR #241 was picked up by Travis CI, but the build failed with " Could not authorize build request for mongoid/mongoid-rspec. "

dblock commented 3 years ago

Where do you see that error? Push again? https://app.travis-ci.com/github/mongoid/mongoid-rspec looks ok to me, but it didn't run anything new.

knovoselic commented 3 years ago

I've just force-pushed again #241 but it doesn't seem to be triggering Travis CI. I can see the same error again here: https://app.travis-ci.com/github/mongoid/mongoid-rspec/requests

dblock commented 3 years ago

I activated a "free plan" on the org and was able to trigger builds. Care to try one more time?

knovoselic commented 3 years ago

Thanks, seems to be working