Update .travis.yml
comment-out "apt-get install graphviz", it takes too much time because it depends on LaTeX. Maybe it's better to move this operation on OS X side where homebrew can build graphviz without LaTeX. [skip ci]
This commit is contained in:
parent
daf7cd093d
commit
2549c9a916
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ after_script:
|
|||
fi
|
||||
- if [[ $BUILD_DOXYGEN == TRUE ]]; then
|
||||
sudo apt-get -qq install doxygen;
|
||||
sudo apt-get -qq install graphviz;
|
||||
script/doxygen.sh;
|
||||
script/dropbox_upload.py doc /Public/doc ${DROPBOX_KEY};
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue