From 8ad24294bc073c24afbbd0bea9c98a816ec79c03 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 17 Apr 2020 23:14:18 +0300
Subject: [PATCH] Use Ubuntu Bionic in CI.

The versions previously used (Trusty) doesn't support newer versions of
Python. Besides, I should have updated anyway.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6972959..54f5781 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ python:
   - "3.6"
   - "3.7"
   - "3.8"
-dist: trusty
+dist: bionic
 sudo: false
 group: beta
 cache:
-- 
GitLab