jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663275 )

Change subject: [tests] Use Portalwiki for travis tests
......................................................................

[tests] Use Portalwiki for travis tests

btrfswiki is MW 1.19 which is no longer supported.
Remove btrfswiki from test matrix and replace it with
portalwiki which is 1.24

Bug: T268979
Change-Id: Ifc8e01d5936940488e900bebb895667ac94cf8bd
---
M .travis.yml
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.travis.yml b/.travis.yml
index 9d6aa1d..0a00050 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,9 +69,9 @@
   - if [[ $FAMILY == 'wsbeta' ]]; then
       python -m generate_family_file 
'http://'$LANGUAGE'.wikisource.beta.wmflabs.org/' 'wsbeta' 'y' ;
     fi
-  - if [[ $FAMILY == 'btrfswiki' ]]; then
-      python -m generate_family_file 
'https://btrfs.wiki.kernel.org/index.php/Main_Page' 'btrfswiki' 'y' ;
-      export PYWIKIBOT_USERNAME="$BTRFS_PYWIKIBOT_USERNAME" ;
+  - if [[ $FAMILY == 'portalwiki' ]]; then
+      python -m generate_family_file 
'https://theportalwiki.com/wiki/Main_Page' 'portalwiki' 'y' ;
+      # export PYWIKIBOT_USERNAME="$BTRFS_PYWIKIBOT_USERNAME" ;
     fi

   - python -W error::UserWarning -m generate_user_files -dir:~/.pywikibot/ 
-family:$FAMILY -lang:$LANGUAGE -v -user:"$PYWIKIBOT_USERNAME"
@@ -163,12 +163,12 @@
     - python: '3.8'
       env: LANGUAGE=uk FAMILY=wowwiki PYWIKIBOT_TEST_NO_RC=1
     - python: '3.8'
-      env: LANGUAGE=en FAMILY=btrfswiki
+      env: LANGUAGE=en FAMILY=portalwiki
   allow_failures:
     - python: '3.8'
       env: LANGUAGE=uk FAMILY=wowwiki PYWIKIBOT_TEST_NO_RC=1
     - python: '3.8'
-      env: LANGUAGE=en FAMILY=btrfswiki
+      env: LANGUAGE=en FAMILY=portalwiki

 notifications:
   email:

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663275
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ifc8e01d5936940488e900bebb895667ac94cf8bd
Gerrit-Change-Number: 663275
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to