Skip to content

Commit

Permalink
Merge pull request #3797 from shelhamer/travis-rm-conda
Browse files Browse the repository at this point in the history
Fix Travis-CI conda/boost issue by workaround: remove conda dir
  • Loading branch information
shelhamer committed Mar 9, 2016
2 parents 6ed3b2a + a53fa51 commit be163be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/travis/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ rm -f $LMDB_FILE
# Install the Python runtime dependencies via miniconda (this is much faster
# than using pip for everything).
export PATH=$CONDA_DIR/bin:$PATH
# clear any cached conda (see #3786)
rm -rf $CONDA_DIR
if [ ! -d $CONDA_DIR ]; then
if [ "$PYTHON_VERSION" -eq "3" ]; then
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand Down

0 comments on commit be163be

Please sign in to comment.