mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
12 lines
316 B
YAML
12 lines
316 B
YAML
version: 2
|
|
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: circleci/php:atest
|
|
working_directory: ~/ReadOnlyTraitLaravel
|
|
steps: # a set of executable commands
|
|
- checkout
|
|
- run: sudo composer self-update
|
|
- run: composer install -n --prefer-dist
|
|
- run: ./vendor/bin/kahlan -reporter=verbose
|