From 156800ff9a05dda14bac7ef0e7055a77d9fda363 Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Wed, 6 Feb 2019 11:56:05 -0800 Subject: [PATCH] hide the doxygen output, which puts us over the log file length limit on Travis CI --- build_and_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_and_deploy.sh b/build_and_deploy.sh index 5ed426ab49c..fdfd7fe1d23 100755 --- a/build_and_deploy.sh +++ b/build_and_deploy.sh @@ -35,7 +35,7 @@ rm -rf out/docs_xml/**/* || exit 0 # build the Doxygen documentation cd Docs/Doxygen -doxygen doxygen.conf +doxygen doxygen.conf &> doxygen.out cd ../.. mkdir -p out/docs_html