Skip to content

Commit

Permalink
Removed test exec while installing Bio::DB::HTS
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiorgetti committed Jan 30, 2024
1 parent cd373ff commit 9388159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ install:
- cd $CWD
- cpanm -v --installdeps --with-recommends --notest --cpanfile ensembl/cpanfile .
- cpanm -v --installdeps --notest .
- cpanm Bio::DB::HTS
- cpanm -n Devel::Cover::Report::Coveralls
- cpanm -n DBD::SQLite JSON URI::Escape
- cpanm -n Bio::DB::HTS DBD::SQLite JSON URI::Escape
- mysql -u root -h localhost -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"'
- cp travisci/MultiTestDB.conf.travisci.mysql modules/t/MultiTestDB.conf.mysql
- cp travisci/MultiTestDB.conf.travisci.SQLite modules/t/MultiTestDB.conf.SQLite
Expand Down

0 comments on commit 9388159

Please sign in to comment.