Skip to content

Commit

Permalink
Merge 2e8a1a7 into 436d771
Browse files Browse the repository at this point in the history
  • Loading branch information
olaaustine committed Mar 4, 2022
2 parents 436d771 + 2e8a1a7 commit 4635ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ services:
- mysql

before_install:
- export ENSEMBL_BRANCH=master
- export ENSEMBL_BRANCH=main
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl-test.git
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-hive.git
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl-hive.git
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl-io.git
- git clone --branch main --depth 1 https://github.com/Ensembl/ensembl-funcgen.git
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl-funcgen.git
- git clone --branch release-1-6-924 --depth 1 https://github.com/bioperl/bioperl-live.git
- git clone --branch 1.9 --depth 1 https://github.com/samtools/htslib.git
- cd htslib
Expand Down

0 comments on commit 4635ee3

Please sign in to comment.