Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#31454 closed enhancement (fixed)

On Travis-CI, Run Unit Tests on PHP 7

Reported by: jorbin's profile jorbin Owned by: jorbin's profile jorbin
Milestone: 4.2 Priority: lowest
Severity: trivial Version:
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

As of this week, Travis-CI supports has PHP-7. We should run our tests there (with failures allowed) much like we do with HHVM.

Upstream - https://github.com/travis-ci/travis-ci/issues/2480

Attachments (1)

31454.diff (435 bytes) - added by jorbin 11 years ago.

Download all attachments as: .zip

Change History (5)

@jorbin
11 years ago

#1 @jorbin
11 years ago

  • Milestone changed from Awaiting Review to 4.2

#4 @jorbin
11 years ago

  • Owner set to jorbin
  • Resolution set to fixed
  • Status changed from new to closed

In 31558:

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

Note: See TracTickets for help on using tickets.