From da436c920f6499f43085c6a8658353b633616c17 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 8 Jan 2019 20:58:14 +0100 Subject: [PATCH] switch travis to xenial --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 503295e4a..c389189b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: true os: - linux -dist: trusty +dist: xenial language: python python: - 3.6