We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5efccb commit f1fcf0bCopy full SHA for f1fcf0b
1 file changed
.travis.yml
@@ -15,12 +15,11 @@ before_install:
15
install:
16
- pip install flake8 planemo
17
- planemo conda_init
18
- - export PATH="$PLANEMO_CONDA_PREFIX/bin:$PATH"
19
- - conda update -y conda
20
- - conda create -y -q -c bioconda --name iuc_conda samtools=0.1.19 bcftools
21
- - . activate iuc_conda
+ - $PLANEMO_CONDA_PREFIX/bin/conda update -y conda
+ - $PLANEMO_CONDA_PREFIX/bin/conda create -y -q -c bioconda --name iuc_conda samtools=0.1.19 bcftools
+ - . $PLANEMO_CONDA_PREFIX/bin/activate iuc_conda
22
- planemo --version
23
- - conda --version
+ - $PLANEMO_CONDA_PREFIX/bin/conda --version
24
- git diff --quiet "$TRAVIS_COMMIT_RANGE" -- ; GIT_DIFF_EXIT_CODE=$?
25
- |
26
if [ "$GIT_DIFF_EXIT_CODE" -gt 1 ] ; then
0 commit comments