Skip to content

Commit 2915593

Browse files
committed
bump to bug-free constructor ver
1 parent 325d7a4 commit 2915593

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ install:
1414
- conda config --set always_yes yes --set changeps1 no
1515
- conda update -y conda python
1616
- conda info -a
17-
- conda install conda-build anaconda-client constructor git
17+
- conda install conda-build anaconda-client git ruamel_yaml pip
18+
- pip install git+https://github.com/conda/constructor@6cf619d47
1819
- conda build -c terhorst -c bioconda conda
1920
- conda build -c terhorst -c bioconda conda --output | tee .packages
2021
- conda/template.py conda/construct.tpl $VERSION > conda/construct.yaml

0 commit comments

Comments
 (0)