Skip to content

Commit

Permalink
Merge pull request #29 from michaelachrisco/circleci
Browse files Browse the repository at this point in the history
Create config.yml
  • Loading branch information
michaelachrisco authored Feb 21, 2019
2 parents 4a48ae9 + e818342 commit a04e70f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 25 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

jobs:
build:
docker:
- image: circleci/php:7.3-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
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

0 comments on commit a04e70f

Please sign in to comment.