X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.travis.yml;h=2d07596ee558de1dae7569de53ea11ce479ae6d9;hb=e9faefa60edf102b3dcf87cbdd0dfd9b52451a44;hp=206ead34aa446b617c291ce195e4aac9cada0dba;hpb=524c5849274e224449414926cd32559aa76b53e6;p=lhc%2Fweb%2Fwiklou.git diff --git a/.travis.yml b/.travis.yml index 206ead34aa..2d07596ee5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,34 +8,29 @@ # language: php -php: - - hhvm - - 5.3 - -env: - - dbtype=mysql - - dbtype=postgres - -# TODO: Travis CI's hhvm does not support PostgreSQL at the moment. matrix: - exclude: - - php: hhvm - env: dbtype=postgres + fast_finish: true + include: + - env: dbtype=mysql + php: 5.3 + - env: dbtype=postgres + php: 5.3 + - env: dbtype=mysql + php: hhvm + - env: dbtype=mysql + php: 7 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