summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée2019-01-09 11:42:00 +0100
committerAlex Bennée2019-01-14 15:52:30 +0100
commit9531057670373743141fb780756510d817c4bcaa (patch)
tree0b394594a2aa514acaad6b54776970b70858d16b /.travis.yml
parentdocker: Use a stable snapshot for Debian Sid (diff)
downloadqemu-9531057670373743141fb780756510d817c4bcaa.tar.gz
qemu-9531057670373743141fb780756510d817c4bcaa.tar.xz
qemu-9531057670373743141fb780756510d817c4bcaa.zip
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 7 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 79da3a495a..93fd0164a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
-
-dist: trusty
+# The current Travis default is a VM based 16.04 Xenial on GCE
+# Additional builds with specific requirements for a full VM need to
+# be added as additional matrix: entries later on
+dist: xenial
language: c
-python:
- - "2.6"
compiler:
- gcc
cache: ccache
@@ -34,7 +34,7 @@ addons:
- libssh2-1-dev
- liburcu-dev
- libusb-1.0-0-dev
- - libvte-2.90-dev
+ - libvte-2.91-dev
- sparse
- uuid-dev
- gcovr
@@ -193,9 +193,7 @@ matrix:
apt:
packages:
- python3-pip
- - python3.4-venv
-
-
+ - python3.5-venv
# Using newer GCC with sanitizers
- addons:
apt:
@@ -229,7 +227,7 @@ matrix:
- libssh2-1-dev
- liburcu-dev
- libusb-1.0-0-dev
- - libvte-2.90-dev
+ - libvte-2.91-dev
- sparse
- uuid-dev
language: generic