From c471792664d9b01b21c1cec466aaa1ce26a65e1a Mon Sep 17 00:00:00 2001 From: Damien Tournoud Date: Thu, 2 Jul 2020 09:43:52 -0700 Subject: [PATCH] Try if upgrading ubuntu helps with the coveralls issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32cc210..ed58b6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: false -dist: trusty +dist: xenial language: c