Gazler / githug

Git your game on!
MIT License
6.86k stars 1.03k forks source link

Make CI pass again #291

Closed stdtom closed 3 years ago

stdtom commented 3 years ago

CI pipelines for githug have been failing for 2 years now due to the following issues:

  1. Use of old Ruby versions (1.8.7 and 1.9.2) which are not supported on Travis since 2019
  2. PR #264 causing two tests to fail
  3. PR #287 causing a fatal error during one test and a stalled build terminated by Travis after 10 min.

This PR tackles the issues described above with the aim to make the CI pipeline to pass again.

stdtom commented 3 years ago

Just saw that the Travis CI integration for this repo broke. You might need to choose a free plan on Travis (again) to get it started again. see https://travis-ci.community/t/oh-no-an-error-occurred-the-job-could-not-be-restarted/11193/12.

Gazler commented 3 years ago

https://travis-ci.com/github/Gazler/githug/builds/233746457