From 615517ac58086a906db2cb135780fbf1b94c0747 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 15 Feb 2018 18:01:49 -0700 Subject: [PATCH] Another attempt to fix coverage reporting on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ac10ca7609..64fa44de44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: rust +sudo: required # Work around for travis-ci/travis-ci#9061 matrix: allow_failures: - rust: nightly