Container-based infrastructure is being phased out. The sudo: false in Travis may stop work soon (if it didn't already). Most of examples we have written require sudo anyway, however one which demonstrates --no-sudo option is expected to be run in a sudoless environment. We need to think out something clever here.
Container-based infrastructure is being phased out. The
sudo: false
in Travis may stop work soon (if it didn't already). Most of examples we have written require sudo anyway, however one which demonstrates--no-sudo
option is expected to be run in a sudoless environment. We need to think out something clever here.See: