jenkins-bot has submitted this change and it was merged.
Change subject: Restore wikipedia:en username ......................................................................
Restore wikipedia:en username
Travis was broken by Iad16d81f5e993ee320a4b56f670baf5649d16f93
Change-Id: Ibd98a1fa58f71f0637195e1791bc303328029e0a --- M .travis.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: John Vandenberg: Looks good to me, but someone else must approve Legoktm: Looks good to me, approved jenkins-bot: Verified
diff --git a/.travis.yml b/.travis.yml index 2b8b3a1..3de2121 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ - echo "mylang = 'test'" >> ~/.pywikibot/user-config.py - echo "family = 'wikidata'" >> ~/.pywikibot/user-config.py - echo "usernames['wikidata']['test'] = 'Pywikibot-test'" >> ~/.pywikibot/user-config.py + - echo "usernames['wikipedia']['en'] = 'Pywikibot-test'" >> ~/.pywikibot/user-config.py - echo "password_file = os.path.expanduser('~/.pywikibot/passwordfile')" >> ~/.pywikibot/user-config.py
- touch ~/.pywikibot/passwordfile
pywikibot-commits@lists.wikimedia.org