X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.travis.yml;h=973860569dad9a636e08c5981035e9c48ffe5522;hp=8ba46b5455b13d4b9fe1b65f71b9491aba017316;hb=9217d86a9cdf3972ee892978ee132510c755cc88;hpb=ee734d0d3c7533bd9a690dbd71f5151da55c32ad diff --git a/.travis.yml b/.travis.yml index 8ba46b5455..973860569d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ matrix: fast_finish: true include: - env: dbtype=mysql - php: 5.3 + php: 5.5 - env: dbtype=postgres - php: 5.3 + php: 5.5 - env: dbtype=mysql php: hhvm - env: dbtype=mysql @@ -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 @@ -58,7 +55,6 @@ notifications: email: false irc: channels: - - "chat.freenode.net#mediawiki-core" - "chat.freenode.net#mediawiki-feed" on_success: change on_failure: change