mirror of https://github.com/xemu-project/xemu.git
travis: bump to Xenial baseline
Travis is slowly catching up. Move to Xenial based images for our current builds. These are now all proper VMs. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
b4048a7cd1
commit
9531057670
16
.travis.yml
16
.travis.yml
|
@ -1,8 +1,8 @@
|
||||||
|
# The current Travis default is a VM based 16.04 Xenial on GCE
|
||||||
dist: trusty
|
# Additional builds with specific requirements for a full VM need to
|
||||||
|
# be added as additional matrix: entries later on
|
||||||
|
dist: xenial
|
||||||
language: c
|
language: c
|
||||||
python:
|
|
||||||
- "2.6"
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
@ -34,7 +34,7 @@ addons:
|
||||||
- libssh2-1-dev
|
- libssh2-1-dev
|
||||||
- liburcu-dev
|
- liburcu-dev
|
||||||
- libusb-1.0-0-dev
|
- libusb-1.0-0-dev
|
||||||
- libvte-2.90-dev
|
- libvte-2.91-dev
|
||||||
- sparse
|
- sparse
|
||||||
- uuid-dev
|
- uuid-dev
|
||||||
- gcovr
|
- gcovr
|
||||||
|
@ -193,9 +193,7 @@ matrix:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3.4-venv
|
- python3.5-venv
|
||||||
|
|
||||||
|
|
||||||
# Using newer GCC with sanitizers
|
# Using newer GCC with sanitizers
|
||||||
- addons:
|
- addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -229,7 +227,7 @@ matrix:
|
||||||
- libssh2-1-dev
|
- libssh2-1-dev
|
||||||
- liburcu-dev
|
- liburcu-dev
|
||||||
- libusb-1.0-0-dev
|
- libusb-1.0-0-dev
|
||||||
- libvte-2.90-dev
|
- libvte-2.91-dev
|
||||||
- sparse
|
- sparse
|
||||||
- uuid-dev
|
- uuid-dev
|
||||||
language: generic
|
language: generic
|
||||||
|
|
Loading…
Reference in New Issue