From 72059f74997c37ad3d55b58493a8f3977786da8b Mon Sep 17 00:00:00 2001 From: utelle Date: Wed, 30 Dec 2020 22:24:58 +0100 Subject: [PATCH] Revert Travis-CI from os xenial back to trusty --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d57da5fc..f10b9fd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ sudo: required matrix: include: - - dist: xenial + - dist: trusty compiler: gcc env: WXGTK_PACKAGE=libwxgtk2.8-dev # Following CI tests replaced by GitHub Actions