OSDN Git Service

don't test against WP 3.4.2 using PHP 5.4
authorscribu <mail@scribu.net>
Wed, 13 Mar 2013 16:51:23 +0000 (18:51 +0200)
committerscribu <mail@scribu.net>
Wed, 13 Mar 2013 17:12:52 +0000 (19:12 +0200)
It avoids this warning:

Creating default object from empty value in /wp-admin/includes/schema.php on line 922

.travis.yml

index a0581df..e470d86 100644 (file)
@@ -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