From 895832ebda5639e9a3be339443a3e8f7b55d3707 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 1 Apr 2019 16:58:50 +0300 Subject: [PATCH] Use Xenial as base rather than EOL Trusty --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 110542e0d..2af4ba4d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: language: python # Default Python version is usually 2.7 python: 3.5 -dist: trusty +dist: xenial services: docker osx_image: xcode9.4