From 9ed56b148572d11199540ea493c8337d6990e9eb Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Tue, 9 May 2017 08:48:11 +0100 Subject: [PATCH] Fix Doxygen PPA location --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f92c751c..803bbcff2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_script: ## Install doxygen - if [ ${BUILD_CATEGORY:-0} = doxygen ] ; then - sudo add-apt-repository ppa:libreoffice/libreoffice-4-4 -y && sudo apt-get -qq update && + sudo add-apt-repository ppa:libreoffice/ppa -y && sudo apt-get -qq update && sudo apt-get --no-install-suggests --no-install-recommends -qq install doxygen && doxygen --version ; fi