Merge pull request #12810 from woocommerce/allow-53-failure
Allow failure for PHP 5.3 travis builds
This commit is contained in:
commit
f212128e26
|
@ -19,6 +19,8 @@ matrix:
|
|||
include:
|
||||
- php: 5.6
|
||||
env: WP_VERSION=latest WP_MULTISITE=1
|
||||
allow_failures:
|
||||
- php: 5.3
|
||||
|
||||
before_script:
|
||||
- bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
||||
|
|
Loading…
Reference in New Issue