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
66cd9e4d54
commit
809ca36b4f
1 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ sudo: false
|
|||
|
||||
os:
|
||||
- osx
|
||||
- linux
|
||||
# - linux
|
||||
|
||||
#language: python
|
||||
|
||||
|
|
@ -29,8 +29,10 @@ before_install:
|
|||
fi
|
||||
- chmod +x miniconda.sh
|
||||
- ./miniconda.sh -b
|
||||
- export PATH=/home/travis/miniconda/bin:$PATH
|
||||
- echo ~/miniconda
|
||||
- export PATH=~/miniconda/bin:$PATH
|
||||
- echo $PATH
|
||||
- ls
|
||||
# - conda update --yes conda
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue