Skip to content

Commit 529958a

Browse files
authored
Update .travis.yml
1 parent f5cd477 commit 529958a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ before_install:
2020
# Install packages
2121
install:
2222
- conda install -q python=3.6 pip requests conda-build jinja2 anaconda-client
23-
- travis_wait 120 conda build . -c tara_furstenau -c bioconda -c conda-forge
24-
- conda install mtsv --use-local -c tara_furstenau -c bioconda -c conda-forge
23+
- travis_wait 120 conda build . -c bioconda -c conda-forge --override-channels
24+
- conda install mtsv --use-local -c bioconda -c conda-forge --override-channels
2525
script:
2626
- mtsv --help
2727
cache:

0 commit comments

Comments
 (0)