Skip to content

Commit aa1783b

Browse files
committed
(Attempt to fix Travis, use anaconda channel)
1 parent f37341f commit aa1783b

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
@@ -96,7 +96,7 @@ before_install:
9696
hash -r;
9797
conda config --set always_yes yes --set changeps1 no;
9898
conda info -a;
99-
conda create -q -n testenv hdf5=${H5_CONDA};
99+
conda create -q -n testenv -c anaconda hdf5=${H5_CONDA};
100100
export HDF5_DIR="$HOME/miniconda/envs/testenv";
101101
export RUSTFLAGS="-C link-args=-Wl,-rpath,$HOME/miniconda/envs/testenv/lib";
102102
fi

0 commit comments

Comments
 (0)