Skip to content

Commit

Permalink
circle ci fix (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartes committed Jun 3, 2021
1 parent a2d6126 commit 7d3069d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: 2.1

jobs:
build:
docker:
Expand Down Expand Up @@ -28,3 +26,9 @@ jobs:
- run: mkdir -p build/logs
- run: XDEBUG_MODE=coverage ./vendor/bin/phpunit -c phpunit.xml
- run: ./vendor/bin/php-coveralls -v

workflows:
version: 2
build_and_test:
jobs:
- build
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Latest Stable Version](https://poser.pugx.org/castle/castle-php/v/stable.svg)](https://packagist.org/packages/castle/castle-php) [![Total Downloads](https://poser.pugx.org/castle/castle-php/downloads.svg)](https://packagist.org/packages/castle/castle-php) [![License](https://poser.pugx.org/castle/castle-php/license.svg)](https://packagist.org/packages/castle/castle-php)

[![Build Status](https://travis-ci.org/castle/castle-php.png)](https://travis-ci.org/castle/castle-php)
[![Code Climate](https://codeclimate.com/github/castle/castle-php.png)](https://codeclimate.com/github/castle/castle-php)
[![Coverage Status](https://coveralls.io/repos/github/castle/castle-php/badge.svg?branch=fix%2Fcode-coverage)](https://coveralls.io/github/castle/castle-php?branch=fix%2Fcode-coverage)

Expand Down

0 comments on commit 7d3069d

Please sign in to comment.