jenkins-bot has submitted this change and it was merged.
Change subject: Revert "Enable logging on travis-ci builds" ......................................................................
Revert "Enable logging on travis-ci builds"
This reverts commit 73bfe96dbcbea7ad11d4f52c0a59de98f5931c14.
Change-Id: Ifc48b4c1d88a829221fc78f7b727b01f135ca14e --- M .travis.yml 1 file changed, 0 insertions(+), 9 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/.travis.yml b/.travis.yml index 5f12f0f..9a89d86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,6 @@ - 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 - - echo "debug_log.append('')" >> ~/.pywikibot/user-config.py - - echo "log.append('*')" >> ~/.pywikibot/user-config.py - - echo "logfilename = 'tests.log'" >> ~/.pywikibot/user-config.py - - echo "logfilesize = 10000" >> ~/.pywikibot/user-config.py
- touch ~/.pywikibot/passwordfile - echo "('Pywikibot-test', '"$USER_PASSWORD"')" > ~/.pywikibot/passwordfile @@ -27,11 +23,6 @@
script: - python setup.py test - - echo '=============' - - echo '==== LOG ==== - - ls ~/.pywikibot/logs/* - - echo '=============' - - sed -e "s/lgpassword=([^&]*)/lgpassword=xxxxxxx/g" ~/.pywikibot/logs/tests.log
env: global:
pywikibot-commits@lists.wikimedia.org