Create config.yml

This commit is contained in:
michaelachrisco 2019-02-21 12:49:45 -08:00 committed by GitHub
parent 4a48ae9fba
commit 6353e650ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.circleci/config.yml Normal file
View 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