Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Adding HHVM to build matrix #5611

Merged
merged 2 commits into from
Jan 2, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

before_install:
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
Expand All @@ -20,3 +21,5 @@ notifications:

matrix:
fast_finish: true
allow_failures:
- php: hhvm