The Travis jobs currently run on legacy infrastructure, which is not
container-based and not what Travis-CI recommends for use anymore. For
projects not requiring sudo access, then the container infrastructure
should be used. This is achieved by setting sudo: false in the
.travis.yml file.
The Travis jobs currently run on legacy infrastructure, which is not container-based and not what Travis-CI recommends for use anymore. For projects not requiring
sudo
access, then the container infrastructure should be used. This is achieved by settingsudo: false
in the.travis.yml
file.