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:
Soonho Kong 2013-08-22 17:11:52 -07:00
parent daf7cd093d
commit 2549c9a916

View file

@ -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