From 5bdcc5522ae7ff751955eb63fb403eb308459d4c Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 7 Feb 2019 20:40:22 +0100 Subject: [PATCH] switch to xenial in travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2881fe1..c7484e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: trusty +dist: xenial language: python #env: