Skip to content

Commit 6dfc09c

Browse files
committed
build: Don't run Travis CI for wmf/* branches
These test runs don't seem very valuable and take up a lot of slots that could be used for other wikimedia/* repos. Change-Id: I47ff3a31883d02ec6b535e411d92ada92a84aa2f
1 parent 2c63d57 commit 6dfc09c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@ services:
2424
- mysql
2525

2626
branches:
27-
# Test changes in master, in Wikimedia's production and in arbitrary
28-
# Travis CI branches. The latter allows developers to enable Travis
29-
# CI in their GitHub fork of wikimedia/mediawiki and then push
30-
# changes they like to test to branches like
31-
# "travis-ci/test-this-awesome-change" without having to mess up the
32-
# master and wmf/* branches and their defined meaning.
27+
# Test changes in master and arbitrary Travis CI branches only.
28+
# The latter allows developers to enable Travis CI in their GitHub fork of
29+
# wikimedia/mediawiki and then push changes they like to test to branches like
30+
# "travis-ci/test-this-awesome-change".
3331
only:
3432
- master
3533
- /^travis-ci\/.*$/
36-
- /^wmf\/.*$/
3734

3835
before_install:
3936
- sudo apt-get install -qq djvulibre-bin tidy

0 commit comments

Comments
 (0)