From f5276fcaa298205d49324e649e048cdd859e9659 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 2 Oct 2015 16:50:53 +0000 Subject: [PATCH] Add PHP Nightlies to the test suite PHP branched master for 7, which means that nightly builds are now technically 7.1. The difference is minimal at the moment, but it's a good idea for us to test against the nightly build in part so that regressions can be reported upstream. Nightlies are allowed failure so that the build doesn't go red due to unstable versions. Additionally, nightlies are not officially supported by WordPress Core. See #33410 git-svn-id: https://develop.svn.wordpress.org/trunk@34776 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 677975ce63..73b9b7e714 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,12 @@ matrix: env: WP_TRAVISCI=travis:phpunit - php: 7.0 env: WP_TRAVISCI=travis:phpunit + - php: nightly + env: WP_TRAVISCI=travis:phpunit allow_failures: - php: hhvm - php: 7.0 + - php: nightly fast_finish: true before_install: - WP_CORE_DIR=/tmp/wordpress/