Merge pull request #767 from juangascon/travis_yml

Remove '- dist: xenial' until Travis gets their act together and supports the current LTS
This commit is contained in:
lantz
2017-10-10 16:12:50 -07:00
committed by GitHub
+5 -2
View File
@@ -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