/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
instamojo
/
instamojo-php
/
.circleci
/
Upload File
HOME
version: 2 jobs: build: working_directory : ~/tmp docker: - image : circleci/php:7.3.8 steps: - checkout - run: composer install - run: vendor/bin/phpunit --testdox