Run composer install
This commit is contained in:
parent
b6f618695d
commit
a261ae648f
|
@ -6,6 +6,7 @@ jobs:
|
|||
- image: php:7.1
|
||||
steps:
|
||||
- checkout
|
||||
- run: composer install
|
||||
- run: ./vendor/bin/phpunit
|
||||
|
||||
workflows:
|
||||
|
|
Reference in a new issue