Commit 4036878c authored by Daniel P. Berrangé's avatar Daniel P. Berrangé Committed by Alex Bennée
Browse files

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: default avatarDaniel P. Berrangé <berrange@redhat.com>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
parent 9b29d049
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
# 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