From: scribu Date: Wed, 13 Mar 2013 16:51:23 +0000 (+0200) Subject: don't test against WP 3.4.2 using PHP 5.4 X-Git-Tag: v0.9.0~11^2~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c118a907ada57d18ef2e71727c9d863bbc83376f;p=wvm%2Fwvm.git don't test against WP 3.4.2 using PHP 5.4 It avoids this warning: Creating default object from empty value in /wp-admin/includes/schema.php on line 922 --- diff --git a/.travis.yml b/.travis.yml index a0581df5..e470d86c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ env: - WP_VERSION=latest - WP_VERSION=3.4.2 +matrix: + exclude: + - php: 5.4 + env: WP_VERSION=3.4.2 + before_script: # install dependencies - composer install --dev --no-interaction --prefer-source