mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-23 15:48:09 +02:00
fix: pandoc install under travis osx
This commit is contained in:
parent
d70aa771f4
commit
508e6c009c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ install:
|
||||||
- source install_retry.sh
|
- source install_retry.sh
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
||||||
then
|
then
|
||||||
conda install --yes pandoc
|
conda install --yes pandoc;
|
||||||
fi;
|
fi;
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue