From 040726a333a2a21469487df88aebdf49f5c13153 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 1 Jul 2019 11:03:05 -0700 Subject: [PATCH] Upgrade Travis to xenial. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66ef5ebb1..6cbb63b25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ cache: directories: - $HOME/.cache/pip +# Travis' Linux images still default to Ubuntu Trusty which has reached its +# end-of-life. +dist: xenial + before_script: - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ulimit -n 1024 ; fi' # On Travis, the fastest parallelization for integration tests has proved to be 4. @@ -61,7 +65,6 @@ matrix: services: docker <<: *not-on-master - python: "3.7" - dist: xenial env: TOXENV=py37 sudo: required services: docker