From 2b6d8f5aac1ae616a73c867b40068eb2dceda76c Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Wed, 30 Jan 2019 20:33:13 +0100 Subject: Update travis dist from trusty to xenial (#746) * update travis dist from trusty to xenial * remove deprecated 'sudo' key from .travis.yml --- .travis.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f1707e335..7e9cf90e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,10 @@ -branches: - except: - - appveyor - os: linux -dist: trusty -sudo: required +dist: xenial services: docker language: minimal install: skip script: "./dist/travis/travis-ci.sh" -addons: - apt: - packages: - - docker-ce - # For each linux build, a different job/instance (with the constraints # above) is executed in parallel in stage 'test'. env: -- cgit v1.2.3