Updated .travis.yml
This commit is contained in:
parent
5c465f9e6b
commit
3e82fbbadf
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue