Ensembl / ensembl-vep

The Ensembl Variant Effect Predictor predicts the functional effects of genomic variants
https://www.ensembl.org/vep
Apache License 2.0
437 stars 150 forks source link

Avoid installing Coveralls in Travis CI for Perl 5.10 #1702

Closed nuno-agostinho closed 1 week ago

nuno-agostinho commented 2 weeks ago

This PR avoids installing Coveralls in Travis CI for the Perl 5.10 job.

Also, fixes the ENV column in GitHub when running a Travis CI job. Currently showing One of the secure variables in your .travis.yml has an invalid format.. Example: https://github.com/Ensembl/ensembl-vep/runs/26175837180

nuno-agostinho commented 1 week ago

Hi @nakib103, there's no point in installing Coveralls because it's not run for 5.10 anyway. We might as well just skip its installation.