summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel P. Berrangé2019-01-09 17:31:12 +0100
committerAlex Bennée2019-01-14 15:52:30 +0100
commit4036878c3a02cb29291b8a1679a7e283f674fb3c (patch)
treeb49937b2bdbcaabfdcfef57639c43c3a98390fda /.travis.yml
parenttravis: stop redefining the script commands (diff)
downloadqemu-4036878c3a02cb29291b8a1679a7e283f674fb3c.tar.gz
qemu-4036878c3a02cb29291b8a1679a7e283f674fb3c.tar.xz
qemu-4036878c3a02cb29291b8a1679a7e283f674fb3c.zip
travis: stop using container based envs
The Travis container based envs are deprecated: https://docs.travis-ci.com/user/reference/trusty/ "Container-based infrastructure is currently being deprecated. Please remove any sudo: false keys in your .travis.yml file to use the default fully-virtualized Linux infrastructure instead." Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b18d33e9d..744dc050d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,4 @@
-# The current Travis default is a container based 14.04 Trust on EC2
-# Additional builds with specific requirements for a full VM need to
-# be added as additional matrix: entries later on
-sudo: false
dist: trusty
language: c
python:
@@ -255,6 +251,5 @@ matrix:
- env:
- CONFIG="--disable-system --disable-docs"
- TEST_CMD="make -j3 check-tcg"
- sudo: required
dist: trusty
compiler: gcc