Skip to content

Commit

Permalink
Travis CI: Xenial is now the default Ubuntu in Travis
Browse files Browse the repository at this point in the history
https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment

Also: __sudo: required__ no longer is [Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration) because the sudo command is always available in Travis CI and there is no longer any way to turn it off.
  • Loading branch information
cclauss committed Jul 30, 2019
1 parent da7d022 commit f3c731a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -13,11 +13,9 @@ env:

# Host Python is never used
language: generic
# Required to invoke docker ourselves as per https://docs.travis-ci.com/user/docker/
sudo: required
services: docker
# https://docs.travis-ci.com/user/reference/trusty/
dist: trusty
# https://docs.travis-ci.com/user/reference/xenial
dist: xenial

# Save some time, we and setup check them out on demand instead
# https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth
Expand Down

0 comments on commit f3c731a

Please sign in to comment.