Skip to content

Commit

Permalink
Merge pull request #227 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Travis CI: Xenial is now the default Ubuntu in Travis
  • Loading branch information
skvark committed Aug 14, 2019
2 parents da7d022 + f3c731a commit b7fae2b
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 b7fae2b

Please sign in to comment.