From: Michael Wallner Date: Wed, 29 Jul 2015 07:12:49 +0000 (+0200) Subject: Try to fix the matrix X-Git-Tag: v0.6.0~21 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=2d5c925337aafaf000ae30b828868630ce4d055a Try to fix the matrix travis lint is not of big help here, because it seems pretty outdated... --- diff --git a/.travis.yml b/.travis.yml index dd9fa3f..082be1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,15 +20,17 @@ env: - PHP_TARGET_REF=PHP-5.5 PHP_CONFIGURE_OPTS="--enable-maintainer-zts" - PHP_TARGET_REF=PHP-5.6 PHP_CONFIGURE_OPTS="" - PHP_TARGET_REF=PHP-5.6 PHP_CONFIGURE_OPTS="--enable-maintainer-zts" - include: - - addons: - postgresql: 9.1 - - addons: - postgresql: 9.2 - - addons: - postgresql: 9.3 - - addons: - postgresql: 9.4 + +matrix: + include: + - addons: + postgresql: 9.1 + - addons: + postgresql: 9.2 + - addons: + postgresql: 9.3 + - addons: + postgresql: 9.4 before_script: - ./travis/compile-php.sh