mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-28 16:00:24 +05:30
Added hhvm testing
This commit is contained in:
parent
310c00a096
commit
115ca30f5a
@ -3,6 +3,11 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
- hhvm
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
|
||||||
before_script: composer install --prefer-source
|
before_script: composer install --prefer-source
|
||||||
script: phpunit --configuration phpunit.xml.dist
|
script: phpunit --configuration phpunit.xml.dist
|
||||||
|
Loading…
Reference in New Issue
Block a user