From f49392bf78d6f3530c53940d19d8613d39be9461 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Wed, 11 Sep 2019 17:23:29 -0400 Subject: [PATCH] switch travis to trusty --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9661fbe1..a1ac3cdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: trusty language: python python: - "2.7" -- GitLab