Build Update for wikimedia/pywikibot-core -------------------------------------
Build: #3477 Status: Errored
Duration: 43 minutes and 18 seconds Commit: eba4d95 (2.0) Author: Stanislav Malyshev Message: Add asteroids that are being used as locations
Used as globes for other items on Wikidata. Source:
SELECT (count(?item) as ?c) ?globe ?globeLabel WHERE { ?item wdt:P376 ?globe . ?item wdt:P625 ?location . SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } GROUP BY ?globe ?globeLabel ORDER BY DESC(?c)
Change-Id: I049866d40d8ad4903f2445b6bf1fdf8a164202a3 (cherry picked from commit 9192099fb51570251e440e0be39959b0c8c7c465)
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/76fa79cf433f...eba4d9518...
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/133625708
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
pywikibot-commits@lists.wikimedia.org