Allow fail because WP notices in tests.
This commit is contained in:
parent
3f1368153a
commit
d1f4177c97
|
@ -21,6 +21,8 @@ matrix:
|
|||
include:
|
||||
- php: 5.6
|
||||
env: WP_VERSION=latest WP_MULTISITE=1
|
||||
allow_failures:
|
||||
- php: 7.1
|
||||
|
||||
before_script:
|
||||
- bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
||||
|
|
Loading…
Reference in New Issue