From 5253a3b7d9c6b6dc5b661a18cd8f6e58d2416062 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Sun, 21 Apr 2019 12:00:00 +0200 Subject: [PATCH] =?UTF-8?q?chore(travis):=20Use=C2=A0Xenial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5ac701c0..46868b986 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,12 @@ jobs: include: - stage: linux os: linux - dist: trusty + dist: xenial sudo: false addons: apt: sources: - - sourceline: deb [arch=amd64] https://packages.microsoft.com/ubuntu/14.04/prod trusty main + - sourceline: deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/prod xenial main key_url: https://packages.microsoft.com/keys/microsoft.asc packages: - powershell