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:
parent
e70f31c711
commit
e0228a9e8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue