mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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
This commit is contained in:
parent
44d021b686
commit
f5276fcaa2
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user