jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/471503 )
Change subject: Remove DIST=trusty environment variable from xenial job ......................................................................
Remove DIST=trusty environment variable from xenial job
This change is not supposed to have any effect, the job is already running on xenial.
Change-Id: Ib17e4a4c1a8ea941e58c63786c1e061a20918cee --- M .travis.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/.travis.yml b/.travis.yml index 30e5218..5b18bc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -130,7 +130,7 @@ matrix: include: - python: '2.7_with_system_site_packages' - env: LANGUAGE=nb FAMILY=wikipedia DIST=trusty PYSETUP_TEST_EXTRAS=1 PYWIKIBOT_TEST_NO_RC=1 + env: LANGUAGE=nb FAMILY=wikipedia PYSETUP_TEST_EXTRAS=1 PYWIKIBOT_TEST_NO_RC=1 dist: xenial sudo: required addons:
pywikibot-commits@lists.wikimedia.org