Skip to content

Commit

Permalink
Add PHP 7 and HHVM to test matrix
Browse files Browse the repository at this point in the history
We should be passed on PHP7, but HHVM should allow failures, since we
can't really guarantee anything works on it yet.
  • Loading branch information
mAAdhaTTah committed Jan 30, 2016
1 parent 19419fc commit fce0472
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm

matrix:
allow_failures:
- php: hhvm

env:
- WP_VERSION=latest WP_MULTISITE=0
Expand Down

0 comments on commit fce0472

Please sign in to comment.