hyattpd / Prodigal

Prodigal Gene Prediction Software
GNU General Public License v3.0
432 stars 85 forks source link

Add continuous integration #77

Closed richelbilderbeek closed 4 years ago

richelbilderbeek commented 4 years ago

Dear Dr. Hyatt,

Prodigal appears to be awesome! Thanks so much for making it open source!

With this Pull Request, I allow this repo to be tested by the Travis CI continuous integraton (hence the name) service. In that way, one can be sure Prodigal works, especially when adding a cron job.

I am unsure how familiar you are with CI and if you are aware of the benefits it gives. I will happily share!

For sure, I always enjoy a build badge; an honest signal of quality. Here is it on my Fork (on the GoogleImports branch):

Build Status

On the master branch of the hyattpd repo, one can put this text in README.md:

Build Status

The Travis script installs and runs Prodigal and shows the output.

I hope you enjoy this Pull Request. Any questions I would enjoy to answer. I also volunteer to maintain the Travis script.

If you choose to reject this PR, sorry for the spam :-)

hyattpd commented 4 years ago

I'm not familiar with it at all, other than seeing the travis.yml files in everyone's repositories. I merged the request though.

richelbilderbeek commented 4 years ago

I'm not familiar with it at all, other than seeing the travis.yml files in everyone's repositories. I merged the request though.

Thanks for the confidence! And I'll be happy to assist. Next step: activate the Travis CI service here (you can just sign in with GitHub).

And sure, I'll help!