Closed diarmidmackenzie closed 1 year ago
Travis CI is not free for OSS anymore, we discussed it on slack, we can move to GH actions, see the config in aframe repo as an example https://github.com/aframevr/aframe/blob/master/.github/workflows/ci.yml Then the status badge and the file .travis.yml can be removed.
I spotted that the link to the examples in the REAMDE is now out of date. And there's a bunch of similar links that need updating.
Changes all pretty straightforward apart from one...
Build status points to a travis-ci URL:
https://travis-ci.com/wmurphyrd/aframe-super-hands-component.svg?branch=master
The old URL now reports "cancelled", while the new one reports "unknown"
Guess we need to set up Travis CI to point to the c-frame repo? Is that something you can do @wmurphyrd ? Alternatively, we could move the CI to GH actions?