From 3e82fbbadff2f2fe66395c171aba33cf801241fa Mon Sep 17 00:00:00 2001 From: Bazsalanszky Date: Tue, 5 Nov 2019 13:11:42 +0100 Subject: [PATCH] Updated .travis.yml --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac765b2..9c38f02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,11 @@ language: c os: linux dist: ubuntu sudo: required -install: - - sudo apt install doxygen +before_install: + - sudo apt-get install python-software-properties + - sudo apt-add-repository -y ppa:libreoffice/libreoffice-4-2 + - sudo apt-get update + - sudo apt-get install doxygen before_script: # create a build folder for the out-of-source build - mkdir build