John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290141

Change subject: Exclude branch 'nexqt' from Travis and Appveyor
......................................................................

Exclude branch 'nexqt' from Travis and Appveyor

Xqt is using 'nexqt' as a private branch on the Wikimedia
account, where he +2's his own changes, which adds lots of odd
results to the official Wikimedia pywikibot-core repository on
https://travis-ci.org, https://ci.appveyor.com and https://codecov.io

Developers can run builds under their own account,
as described in tests/README.rst.

Change-Id: I218378f85b5c4ccaaf432d1b3ff83a500738a871
---
M .appveyor.yml
M .travis.yml
2 files changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/41/290141/1

diff --git a/.appveyor.yml b/.appveyor.yml
index 6e24d79..f4e0f84 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -100,5 +100,9 @@
 after_test:
   - codecov
 
+branches:
+  except:
+    - nexqt
+
 artifacts:
   - path: dist\*  .coverage coverage.xml
diff --git a/.travis.yml b/.travis.yml
index fa8fef8..eed13bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -155,6 +155,10 @@
     - python: '2.6'
       env: LANGUAGE=wikidata FAMILY=wikidata SITE_ONLY=1
 
+branches:
+  except:
+    - nexqt
+
 notifications:
   email:
     recipients:

-- 
To view, visit https://gerrit.wikimedia.org/r/290141
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I218378f85b5c4ccaaf432d1b3ff83a500738a871
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to