From 21f4857a32b4a3921b1a5723929a407ce6a49502 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 26 Feb 2015 17:49:13 +0000 Subject: [PATCH] Run unit tests on Travis CI with php nightlies With PHP7 in active development, this will help us identify issues there. Also will be fun to see how fast it is. Fixes #31454 git-svn-id: https://develop.svn.wordpress.org/trunk@31558 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a6b08726a5..c1e931d3ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,11 @@ matrix: env: WP_TRAVISCI=travis:phpunit - php: hhvm env: WP_TRAVISCI=travis:phpunit + - php: nightly + env: WP_TRAVISCI=travis:phpunit allow_failures: - php: hhvm + - php: nightly fast_finish: true before_install: - WP_CORE_DIR=/tmp/wordpress/