X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.travis.yml;h=a28dac0ff0e47246af3b4e5ad1f3dd7e326de948;hp=64414b5a981edf409f59af7caaaf7e5f10fdad92;hb=598ea1fe0b6803d3972b1b97a79a4db7358e1a8a;hpb=6ef64d6a1dc6091f38f9eedd1e60b02a690707cd diff --git a/.travis.yml b/.travis.yml index 64414b5a98..a28dac0ff0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,10 +27,12 @@ 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 @@ -67,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