CI: Drop mention of removed directive sudo: false

This is an attempt to simplify the comment
This commit is contained in:
Olle Jonsson 2020-07-15 11:07:57 +02:00 committed by GitHub
parent fa8b1b270d
commit b2bb902960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -14,13 +14,7 @@ env:
- DB=postgres - DB=postgres
- DB=sqlite - DB=sqlite
# We want to use `sudo: false` because the container infrastructure is supposed # Travis recommend we use the VM infrastructure (`sudo: required`)
# 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.
sudo: required sudo: required
before_install: before_install: