Commit ebd1ea03 authored by Mario Trangoni's avatar Mario Trangoni Committed by Mike Gabriel

.travis.yml: move from Ubuntu Trusty to Xenial.

parent 176f9b47
# Use new trusty images, should yield newer compilers and packages # Use new xenial images, should yield newer compilers and packages
sudo: true sudo: true
dist: trusty dist: xenial
language: cpp language: cpp
matrix: matrix:
...@@ -9,16 +9,18 @@ matrix: ...@@ -9,16 +9,18 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' - sourceline: 'deb http://archive.ubuntu.com/ubuntu main restricted universe multiverse'
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- cppcheck/trusty-backports - cppcheck
# imake # imake
- xutils-dev - xutils-dev
# X11 libaries # X11 libaries
- libxcomposite-dev - libxcomposite-dev
- libxdamage-dev
- libxfont-dev - libxfont-dev
- libxinerama-dev - libxinerama-dev
- libxpm-dev
- libxrandr-dev - libxrandr-dev
- libxtst-dev - libxtst-dev
- x11proto-fonts-dev - x11proto-fonts-dev
...@@ -39,8 +41,10 @@ matrix: ...@@ -39,8 +41,10 @@ matrix:
- xutils-dev - xutils-dev
# X11 libaries # X11 libaries
- libxcomposite-dev - libxcomposite-dev
- libxdamage-dev
- libxfont-dev - libxfont-dev
- libxinerama-dev - libxinerama-dev
- libxpm-dev
- libxrandr-dev - libxrandr-dev
- libxtst-dev - libxtst-dev
- x11proto-fonts-dev - x11proto-fonts-dev
...@@ -53,15 +57,17 @@ matrix: ...@@ -53,15 +57,17 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- llvm-toolchain-trusty-3.9 - llvm-toolchain-xenial-3.9
packages: packages:
- clang-3.9 - clang-3.9
# imake # imake
- xutils-dev - xutils-dev
# X11 libaries # X11 libaries
- libxcomposite-dev - libxcomposite-dev
- libxdamage-dev
- libxfont-dev - libxfont-dev
- libxinerama-dev - libxinerama-dev
- libxpm-dev
- libxrandr-dev - libxrandr-dev
- libxtst-dev - libxtst-dev
- x11proto-fonts-dev - x11proto-fonts-dev
...@@ -74,7 +80,7 @@ matrix: ...@@ -74,7 +80,7 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- llvm-toolchain-trusty-6.0 - llvm-toolchain-xenial-6.0
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- clang-6.0 - clang-6.0
...@@ -83,8 +89,10 @@ matrix: ...@@ -83,8 +89,10 @@ matrix:
- xutils-dev - xutils-dev
# X11 libaries # X11 libaries
- libxcomposite-dev - libxcomposite-dev
- libxdamage-dev
- libxfont-dev - libxfont-dev
- libxinerama-dev - libxinerama-dev
- libxpm-dev
- libxrandr-dev - libxrandr-dev
- libxtst-dev - libxtst-dev
- x11proto-fonts-dev - x11proto-fonts-dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment