From a4c13489930c9dfbc7e1c45841a16fce8d017c7b Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 8 Apr 2019 18:58:41 +0200 Subject: [PATCH] Use ubuntu xenial to work around current musl problem --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e49bab3..f1e985c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: rust +dist: xenial # sudo is required to enable kcov to use the personality syscall sudo: required