Skip to content

Commit

Permalink
travis.before_install : common miniconda path
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Mar 29, 2019
1 parent eb1719a commit 64bc80b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ cache :

before_install:
# Set conda path info
- MINICONDA_PATH=$HOME/miniconda;
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then
MINICONDA_PATH=$HOME/miniconda;
MINICONDA_SUB_PATH=$MINICONDA_PATH/bin;
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
MINICONDA_PATH=$HOME/miniconda;
MINICONDA_PATH_WIN=`cygpath --windows $MINICONDA_PATH`;
MINICONDA_SUB_PATH=$MINICONDA_PATH/Scripts;
fi;
Expand Down

0 comments on commit 64bc80b

Please sign in to comment.