From 70d14db88117aaeb85a316014ec4f14a71d172a3 Mon Sep 17 00:00:00 2001 From: juan Date: Tue, 10 Oct 2017 21:36:29 +0200 Subject: [PATCH] Remove '- dist: xenial' because both jobs are run in the same Ubuntu version (14.04) as I have seen in the build logs. The travis-CI docs confirm the OS environment is 'Ubuntu 14.04 LTS trusty'. Travis-CI only proposes 14.04 LTS Trusty and there is no plan to update to 16.04 xenial (c.f. https://github.com/travis-ci/travis-ci/issues/5821) It is useless to add a second job because it will run in the same environment. --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62793cd..735a97c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,11 @@ matrix: include: - dist: trusty env: dist="14.04 LTS trusty" - - dist: xenial - env: dist="16.04 LTS xenial" +# - dist: xenial +# env: dist="16.04 LTS xenial" +# Travis-CI only proposes 14.04 LTS Trusty and there is no plan to update to 16.04 xenial +# (c.f. https://github.com/travis-ci/travis-ci/issues/5821) +# It is useless to add a second job because it will run in the same Ubuntu version (14.04) before_install: - sudo apt-get update -qq