From bf2dc24b1fe63a2fa7c97259a871613f4e9ecf11 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Thu, 30 Aug 2018 13:03:12 -0700 Subject: [PATCH] WIP: don't use Travis containerization --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 790b7654c..0cbcb2f4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ # named .travis.yml # Use new container infrastructure to enable caching -sudo: false +sudo: true # Choose a lightweight base image; we provide our own build tools. language: c