Skip to content

Commit

Permalink
Merge pull request mininet#767 from juangascon/travis_yml
Browse files Browse the repository at this point in the history
Remove '- dist: xenial' until Travis gets their act together and supports the current LTS
  • Loading branch information
lantz authored Oct 10, 2017
2 parents b142cf3 + 70d14db commit f65e1ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f65e1ab

Please sign in to comment.