diff --git a/.travis.yml b/.travis.yml index a97aa99..0029787 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 env: - WP_VERSION=latest WP_MULTISITE=0 @@ -17,6 +18,11 @@ env: - WP_VERSION=4.0 WP_MULTISITE=0 - WP_VERSION=4.0 WP_MULTISITE=1 +allow_failures: + - php: 7.0 + +fast_finish: true + before_script: - bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION