X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.travis.yml;h=8ba46b5455b13d4b9fe1b65f71b9491aba017316;hp=512d735fc4713e597b6a12bbd7993c87fd6e8854;hb=cfd1345a482548b6e31f114d5267874bae47212b;hpb=8c3738e088f377642c540a0ccddb01b16ba7116b diff --git a/.travis.yml b/.travis.yml index 512d735fc4..8ba46b5455 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,19 +8,17 @@ # language: php -php: - - hhvm-nightly - - 5.3 - -env: - - dbtype=mysql - - dbtype=postgres - -# TODO: Travis CI's hhvm does not support PostgreSQL at the moment. matrix: - exclude: - - php: hhvm-nightly - 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