From 035609ec23011dd6383f270b744cc04b25f20a8f Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Wed, 5 Feb 2020 19:27:55 +0100
Subject: [PATCH] Remove Linux distribution from Travis config.

Trusty is quite old and Xenial is the default. We should be fine not
giving any distribution. This will give us a more recent OpenSSL
version.
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3cb7c35..78745a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,6 @@ rust:
 os:
   - linux
 
-dist: "trusty"  # we need python3-pip
-
 addons:
   apt:
     packages:
-- 
GitLab