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