Disable doxygen generation on travis-ci since it causes time-out.
This commit is contained in:
parent
5aeacfee60
commit
faf3f20480
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ env:
|
|||
- CMAKE_CXX_COMPILER=clang++-3.3
|
||||
CMAKE_BUILD_TYPE=DEBUG
|
||||
USE_TCMALLOC=TRUE
|
||||
BUILD_DOXYGEN=TRUE
|
||||
BUILD_DOXYGEN=FALSE
|
||||
- CMAKE_CXX_COMPILER=g++-4.8
|
||||
CMAKE_BUILD_TYPE=DEBUG
|
||||
USE_TCMALLOC=TRUE
|
||||
|
|
Loading…
Reference in a new issue