mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
Create config.yml
This commit is contained in:
parent
4a48ae9fba
commit
6353e650ce
1 changed files with 12 additions and 0 deletions
12
.circleci/config.yml
Normal file
12
.circleci/config.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Reference in a new issue