travis uses newer Linux (Xenial)

This commit is contained in:
Jan W. Krieger 2019-01-15 16:19:04 +01:00
parent 0d71ddc68a
commit 36fe1b31f0

View File

@ -1,4 +1,5 @@
sudo: false sudo: false
dist: xenial
branches: branches:
only: only:
@ -16,11 +17,6 @@ addons:
install: install:
- doxygen --version
- 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
- doxygen --version - doxygen --version
############################################################################ ############################################################################
# All the dependencies are installed in ${TRAVIS_BUILD_DIR}/deps/ # All the dependencies are installed in ${TRAVIS_BUILD_DIR}/deps/