Merge pull request #1253 from olleolleolle/patch-1

CI: Drop mention of removed directive sudo: false
This commit is contained in:
Anton Rieder 2020-12-10 14:40:13 +01:00 committed by GitHub
commit f66c702c58
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=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: