Skip to content

Commit 3ff1a92

Browse files
committed
fix PATH export
1 parent 70695e1 commit 3ff1a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
install:
1616
- pip install planemo
1717
- planemo conda_init
18-
- export PATH=$PLANEMO_CONDA_PREFIX/bin
18+
- export PATH=$PLANEMO_CONDA_PREFIX/bin:$PATH
1919
- conda update -y conda
2020
- conda create -y -q -c bioconda --name iuc_conda samtools=0.1.19 bcftools
2121
- . activate iuc_conda

0 commit comments

Comments
 (0)