mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-11-01 05:43:22 -07:00
13 lines
329 B
YAML
13 lines
329 B
YAML
|
version: 2
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
docker:
|
||
|
- image: circleci/php:7.1-node-browsers
|
||
|
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
|