From dc0603b9e7febd900f76413c84f4cec0f1112574 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 4 Sep 2020 20:11:15 +0200 Subject: [PATCH] Update the Travis CI configuration The `dist: xenial` has been added because, at the time, build was done using an old version of Ubuntu including an unsupported version of OpenSSL. Now that Xenial is the default build version, this option should be removed. See commit 261e0e50fde670d2b2f5392a2a2ab88263b09425 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 018f620..289cc68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: rust -dist: xenial rust: - "1.40.0"