Updated to use composer.json

Throwing errors about my command, figured it's best to just use the same thing I'm using locally. Really hope that this is something that can be done.
This commit is contained in:
Joshua Sherman 2013-12-28 02:09:53 -05:00
parent e70f31c711
commit e0228a9e8a

View file

@ -4,6 +4,6 @@ php:
- "5.5" - "5.5"
install: install:
- composer config vendor-dir .composer require mikey179/vfsStream:1.2.0 - composer install
script: phpunit --bootstrap ./tests/bootstrap.php ./tests script: phpunit --bootstrap ./tests/bootstrap.php ./tests