Fix Doxygen PPA location

contiki
George Oikonomou 2017-05-09 08:48:11 +01:00
parent 3c150a5e99
commit 9ed56b1485
1 changed files with 1 additions and 1 deletions

View File

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