From b2bb90296040810b5f61b654df6caff413f61aa0 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 15 Jul 2020 11:07:57 +0200 Subject: [PATCH] CI: Drop mention of removed directive sudo: false This is an attempt to simplify the comment --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6aa2052f..503805b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,7 @@ env: - DB=postgres - DB=sqlite -# We want to use `sudo: false` because the container infrastructure is supposed -# to be faster, but Travis is having issues with containers lately .. -# -# > No output has been received in the last 10m0s -# -# .. and they recommend we use the VM infrastructure (`sudo: required`) in -# the meantime. +# Travis recommend we use the VM infrastructure (`sudo: required`) sudo: required before_install: