Galigator / openllet

Openllet is an OWL 2 reasoner in Java, build on top of Pellet.
https://www.w3.org/TR/owl2-primer/
Other
100 stars 26 forks source link

replace travis-ci.org with different ci service #68

Closed cknoll closed 2 years ago

cknoll commented 2 years ago

Currently there is this badge inclueded in the README.md: Build Status

However at the linked website one reads:

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

This means a different ci service has to be choosen. (I made some positive experiences with circleci).

cknoll commented 2 years ago

To make use of circleci for this repo, the repo admin @Galigator has to create the according project (and thus have an account at circleci). I – although repo member – can only copy the invite link.

berezovskyi commented 1 year ago

Maybe it's easier to just use Github Actions?