Added a hack to work locally for me. May move to using composer to obtain / install vfsStream just didn't like the "vendor" directory, will look into using a custom directory so it can be hidden git ignored.
9 lines
136 B
YAML
9 lines
136 B
YAML
language: php
|
|
|
|
php:
|
|
- "5.5"
|
|
|
|
install:
|
|
- require mikey179/vfsStream:1.2.0
|
|
|
|
script: phpunit --bootstrap ./tests/bootstrap.php ./tests
|