jenkins-bot has submitted this change and it was merged.
Change subject: Revert travis to using wikipedia as default. ......................................................................
Revert travis to using wikipedia as default.
Setting the default to something other than English Wikipedia depends on I9ab8780e659517db7068d4af3164a2f54ce85461.
Change-Id: I03a6590a9ddc17ce067fb60e1426dd36f7ca97eb --- M .travis.yml 1 file changed, 2 insertions(+), 3 deletions(-)
Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified
diff --git a/.travis.yml b/.travis.yml index 3de2121..9a89d86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,8 @@
- touch ~/.pywikibot/user-config.py - echo "import os" >> ~/.pywikibot/user-config.py - - 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 "mylang = 'en'" >> ~/.pywikibot/user-config.py + - echo "family = 'wikipedia'" >> ~/.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
pywikibot-commits@lists.wikimedia.org