From 6dfc09c48b684578519c07e2a245f2f5c12883ec Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 30 Sep 2015 16:07:47 -0700 Subject: [PATCH] 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 --- .travis.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ba46b5455..2d07596ee5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,16 +24,13 @@ services: - mysql branches: - # Test changes in master, in Wikimedia's production and in arbitrary - # Travis CI branches. The latter allows developers to enable Travis - # CI in their GitHub fork of wikimedia/mediawiki and then push - # changes they like to test to branches like - # "travis-ci/test-this-awesome-change" without having to mess up the - # master and wmf/* branches and their defined meaning. + # Test changes in master and arbitrary Travis CI branches only. + # The latter allows developers to enable Travis CI in their GitHub fork of + # wikimedia/mediawiki and then push changes they like to test to branches like + # "travis-ci/test-this-awesome-change". only: - master - /^travis-ci\/.*$/ - - /^wmf\/.*$/ before_install: - sudo apt-get install -qq djvulibre-bin tidy -- 2.20.1