excessive / cpml

Cirno's Perfect Math Library: Just about everything you need for 2D/3D games. Hopefully.

Home Page:https://excessive.github.io/cpml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis is broken; Requires signup on travis-ci.com

idbrii opened this issue · comments

I noticed my PR #59 didn't have the unit tests run, so I checked out the travis config.

I think everything is fine in this repo, but @excessive needs to setup travis on https://travis-ci.com/github/excessive. They shutdown the travis-ci.org builds (where cpml was setup before):

Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.

Not sure if anything has to change with coveralls.

I did the .org -> .com migration for my projects awhile back and I think I just needed to log into travis-ci.com with my github account, authorize, and then add all repositories to travis.

i tried to migrate it but it's just rejecting all my build requests

Now that you say that, I think it didn't seem to work for me at first, but it's working now. Maybe it just takes some time to do... something. Thanks for giving it a shot! Here's hoping it sorts itself out.

With #62 we're using gh actions and 84ff1b3 removed travis, so we don't need to fix travis anymore.