jenkins-bot submitted this change.

View Change

Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified
[tests] Remove travis.yml file

Tests cannot run on Travis due to credit limit restriction;
remove travis settings file.

Bug: T286207
Change-Id: I10573581a983e21822d13ccaf8df335cf2759508
---
D .travis.yml
1 file changed, 0 insertions(+), 31 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 8f98fb5..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-language: python
-
-env:
- - PYWIKIBOT_NO_USER_CONFIG=2
-
-before_install:
- - git clone https://github.com/wikimedia/pywikibot pywikibot-build
- - mkdir -p pywikibot-build/scripts/i18n
- - touch pywikibot-build/scripts/i18n/__init__.py
- - for item in *; do if [[ -d "$item" ]]; then cp -rp "$item" pywikibot-build/scripts/i18n; fi; done
-
-install:
- - pip install nose requests
-
-script:
- - cd pywikibot-build
- - nosetests --verbosity=2 tests.l10n_tests
-
-notifications:
- email:
- recipients:
- - pywikibot-commits@lists.wikimedia.org
- on_success: always
- on_failure: always
- irc:
- channels:
- - "chat.freenode.net#pywikibot"
- on_success: change
- on_failure: change
- template:
- - "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} %{build_url}"

To view, visit change 703214. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Change-Id: I10573581a983e21822d13ccaf8df335cf2759508
Gerrit-Change-Number: 703214
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Legoktm <legoktm@debian.org>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged