mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-30 10:42:02 +05:30
Travis will now test against HHVM
This commit is contained in:
parent
f563a59ce8
commit
7c1b913e49
@ -3,10 +3,11 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
- 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
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- vendor
|
- vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user