From 5e01429aa60d1f5b031bc24f4ea8ab00a4c77576 Mon Sep 17 00:00:00 2001 From: Gol-D-Ace Date: Wed, 6 Mar 2019 00:58:51 +0100 Subject: [PATCH] CI: Build on Ubuntu Xenial for Travis CI Trusty is reaching EOL in April 2019. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25e612310..939917e7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ matrix: before_deploy: "./CI/before-deploy-osx.sh" - os: linux - dist: trusty + dist: xenial sudo: required before_install: "./CI/install-dependencies-linux.sh" before_script: "./CI/before-script-linux.sh"