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
This commit is contained in:
parent
39d1f621fd
commit
21f4857a32
@ -16,8 +16,11 @@ matrix:
|
|||||||
env: WP_TRAVISCI=travis:phpunit
|
env: WP_TRAVISCI=travis:phpunit
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
env: WP_TRAVISCI=travis:phpunit
|
env: WP_TRAVISCI=travis:phpunit
|
||||||
|
- php: nightly
|
||||||
|
env: WP_TRAVISCI=travis:phpunit
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
- php: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
before_install:
|
before_install:
|
||||||
- WP_CORE_DIR=/tmp/wordpress/
|
- WP_CORE_DIR=/tmp/wordpress/
|
||||||
|
Loading…
Reference in New Issue
Block a user