Fixes for Travis CI for bioperl-live
Zakariyya Mughal <[email protected]> Mon, 17 Apr 2017 11:09:40 -0500
| Newsgroups | gmane.comp.lang.perl.bio.general |
|---|---|
| Message-ID | <20170417160940.gadnp2b5hlijp3f2@msi-vm> |
Hello all, I was attempting make some patches to BioPerl and noticed that Travis CI was not passing all its builds. So I made some pull requests to fix that: - Fix test RemoteDB/Taxonomy.t: requires networking <https://github.com/bioperl/bioperl-live/pull/222> One of the tests in `RemoteDB/Taxonomy.t` was marked as requiring network access. It failed on build configurations that do not have `LWP::Protocol::https`. This marks it as requiring network access. - Travis CI: Add Test::Most dependency <https://github.com/bioperl/bioperl-live/pull/221> One of the build configurations did not have Test::Most installed, so this explicitly installs it. I also made these additional fixes: - Add a test for PrositeScan <https://github.com/bioperl/bioperl-live/pull/220> - Documentation fixes for PrositeScan <https://github.com/bioperl/bioperl-live/pull/219> Regards, - Zakariyya Mughal