Updated .travis.yml

This commit is contained in:
Bazsalanszky 2019-11-05 13:11:42 +01:00
parent 5c465f9e6b
commit 3e82fbbadf
Signed by: Bazsalanszky
GPG key ID: 0998CF5510B134D9

View file

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