[Sessions] Attempt to set ini vars for CI to fix HHVM
This commit is contained in:
parent
3aa1892121
commit
8dd1fd8882
@ -11,4 +11,5 @@ matrix:
|
||||
- php: hhvm
|
||||
|
||||
before_script:
|
||||
- phpenv config-add tests/config.ini
|
||||
- composer install --dev --prefer-source
|
||||
|
2
tests/config.ini
Normal file
2
tests/config.ini
Normal file
@ -0,0 +1,2 @@
|
||||
session.serialize_handler = php
|
||||
|
Loading…
Reference in New Issue
Block a user