mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Update .travis.yml
This commit is contained in:
parent
a35de50004
commit
5ed773273a
1 changed files with 1 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ env:
|
|||
|
||||
before_install:
|
||||
- export CONDA_CACHED=1
|
||||
- if [ ! -d $HOME/miniconda ]; then
|
||||
- if [ ! -d $HOME/miniconda/bin ]; then
|
||||
export CONDA_CACHED=0;
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
export OS=Linux;
|
||||
|
|
@ -48,7 +48,6 @@ before_install:
|
|||
./miniconda.sh -b -p $HOME/miniconda;
|
||||
fi;
|
||||
- echo $PATH
|
||||
- ls $HOME/miniconda
|
||||
- ls $HOME/miniconda/bin
|
||||
- alias conda=$HOME/miniconda/bin/conda
|
||||
# - conda update --yes conda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue