Run composer install

This commit is contained in:
Oliver Davies 2017-11-27 14:16:35 +00:00
parent b6f618695d
commit a261ae648f

View file

@ -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: