Closed cjfields closed 6 months ago
I see that Github actions is running the test suite on push so that's good. What else is needed? I don't know what travis was doing besides running the test suite.
@carandraug You are absolutely correct, this is already taken care of (this is what happens when I don't check first!).
The only thing I can think of is to remove any old Travis-CI hooks and the YAML file, and possibly update the Github CI for newer Perl stable releases. Anything else? We can rename this issue to track those tasks.
EDIT: Nevermind, you've already taken care of anything Travis-CI related.
Though I'd classify BioPerl as still useful, it's been essentially in 'maintenance' mode since ~2015 or so, with only minor updates and moving non-essential code into their own separate repositories. Saying that, we should still re-implement some form of CI per-commit on the main development branch. Travis-CI is broken but is no longer an option (see #325), so we will need to look into Perl-compatible alternatives if we want to continue forward with this.