From 70ba1c838c1dfa7705394954d63614941d92a6f3 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Wed, 20 Jun 2018 17:11:13 +0100 Subject: [PATCH] As per Travis CI advice trying sudo builds Based on @bladedoyle's support request, should help with build stability. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4838b887..86c5b8d42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: before_cache: - rm -rf target/tmp dist: trusty -sudo: false +sudo: required rust: - stable