mirror of
https://github.com/filp/whoops.git
synced 2026-09-10 09:46:18 +00:00
Merge pull request #127 from GrahamCampbell/master
Added hhvm to travis
This commit is contained in:
@@ -4,9 +4,15 @@ php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- hhvm
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install --no-interaction --prefer-source --dev
|
||||
|
||||
script: phpunit
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
fast_finish: true
|
||||
|
||||
Reference in New Issue
Block a user