X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.travis.yml;h=a28dac0ff0e47246af3b4e5ad1f3dd7e326de948;hb=c7246fc2017718ed5f8f3ae056be478678f8a021;hp=cde7193424f36e670310bd9a638d520e59435dd4;hpb=fb79f30319b9ad2a7eb0f5f4d1668143ec8f963e;p=lhc%2Fweb%2Fwiklou.git diff --git a/.travis.yml b/.travis.yml index cde7193424..a28dac0ff0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,18 @@ matrix: - env: dbtype=postgres dbuser=travis php: 5.5 # https://docs.travis-ci.com/user/languages/php#HHVM-versions - - env: dbtype=mysql dbuser=root - php: hhvm-3.12 - env: dbtype=mysql dbuser=root php: hhvm-3.18 + - env: dbtype=mysql dbuser=root + php: hhvm-3.21 + - env: dbtype=mysql dbuser=root + php: hhvm-3.24 - env: dbtype=mysql dbuser=root php: 7 + - env: dbtype=mysql dbuser=root + php: 7.1 + - env: dbtype=mysql dbuser=root + php: 7.2 services: - mysql @@ -63,6 +69,8 @@ before_script: --dbuser "$dbuser" --dbpass "" --scriptpath "/w" + - echo -en "\n\nrequire_once __DIR__ . '/includes/DevelopmentSettings.php';\n" >> ./LocalSettings.php + - php -l ./LocalSettings.php script: - php tests/phpunit/phpunit.php