Dalba has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/385941 )
Change subject: .travis.yml: Remove Precise build matrix ...................................................................... .travis.yml: Remove Precise build matrix Ubuntu Precise reached its end of life on April 28, 2017.[1] Hosts running Ubuntu Precise were removed from the Toolforge infrastructure on 2017-03-14.[2] Maintaining support for Precise is an unnecessary burden and we can safely remove it. [1]: https://wiki.ubuntu.com/Releases [2]: https://wikitech.wikimedia.org/wiki/Tools_Precise_deprecation Bug: T178308 Bug: T178777 Change-Id: I33518e8de0dba47f355a9e4ab5c8768f1e47e984 --- M .travis.yml 1 file changed, 0 insertions(+), 11 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/41/385941/1 diff --git a/.travis.yml b/.travis.yml index 554cdfe..0585bf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,17 +131,6 @@ matrix: include: - - python: '2.7_with_system_site_packages' # equivalent to virtualenv: system_site_packages: true - env: LANGUAGE=he FAMILY=wikivoyage DIST=precise-sudo PYWIKIBOT2_TEST_NO_RC=1 - dist: precise - sudo: required - addons: - apt: - packages: - - djvulibre-bin - - graphviz - - liblua5.1-0-dev - - python-ipaddr - python: '2.7_with_system_site_packages' env: LANGUAGE=nb FAMILY=wikipedia DIST=trusty PYSETUP_TEST_EXTRAS=1 dist: trusty -- To view, visit https://gerrit.wikimedia.org/r/385941 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I33518e8de0dba47f355a9e4ab5c8768f1e47e984 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Dalba <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
