Open krichter722 opened 3 years ago
I recently started using github actions for integration testing. The travis file is mostly there because I haven't yet come around to delete it. The github action is running all tests which is currently broken that might be a bit misleading because the game is actually running fine despite these tests.
Is there a CI in use currently? The project has a
.travis-ci.yml
which doesn't seem to be in use for this fork (https://www.travis-ci.com/paulwedeck is not active) and seems to have been dropped even for the original project (last build from 2015).Is there anything else in use? If so, maybe the developers guide can be updated since you have the most active fork and
.travis-ci.yml
be deleted. If not, you could try to make Travis work, currently there's some work required to fix the master build. Otherwise there's GitHub actions which has a free plans afaik.Thanks for your effort to keep this project progressing.