From d1f4177c97a256ce0add3946a71cf6aa7953d75d Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Tue, 6 Dec 2016 16:57:35 +0000 Subject: [PATCH] Allow fail because WP notices in tests. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5f5ec1abb2b..e6718d4bbe8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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