From e0228a9e8a6b46e98fb31c5afadd6b4e06ad99ba Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sat, 28 Dec 2013 02:09:53 -0500 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ff308c..c479970 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ php: - "5.5" install: - - composer config vendor-dir .composer require mikey179/vfsStream:1.2.0 + - composer install script: phpunit --bootstrap ./tests/bootstrap.php ./tests