Make WordPress Core

Changeset 31558


Ignore:
Timestamp:
02/26/2015 05:49:13 PM (10 years ago)
Author:
jorbin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r31472 r31558  
    1717  - php: hhvm
    1818    env: WP_TRAVISCI=travis:phpunit
     19  - php: nightly
     20    env: WP_TRAVISCI=travis:phpunit
    1921  allow_failures:
    2022  - php: hhvm
     23  - php: nightly
    2124  fast_finish: true
    2225before_install:
Note: See TracChangeset for help on using the changeset viewer.