pickles/.travis.yml
Joshua Sherman e70f31c711 Moved to composer installed vfsSteam
Seems the issue was namespacing this whole time.
2013-12-28 02:08:10 -05:00

9 lines
173 B
YAML

language: php
php:
- "5.5"
install:
- composer config vendor-dir .composer require mikey179/vfsStream:1.2.0
script: phpunit --bootstrap ./tests/bootstrap.php ./tests