Skip to content

Commit

Permalink
Updated CI configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Nov 18, 2019
1 parent e667874 commit 54e947a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ build:
- command: phpcs-run
use_website_config: true
tests: true
coverage:
tests:
override:
- command: ./vendor/bin/phpunit --coverage-clover=clover.xml
coverage:
file: clover.xml
format: clover
filter:
excluded_paths:
- 'tests/*'
Expand Down
4 changes: 2 additions & 2 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ finder:
- docs
name: "*.php"
not-name: "*.blade.php"
enabled:
- concat_with_spaces
disabled:
- concat_without_spaces
- function_declaration
- not_operator_with_successor_space
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
theme: jekyll-theme-leap-day
theme: jekyll-theme-leap-day
title: Laravel Fastspring Cashier Package
description: Laravel Cashier Fastspring is a cashier-like Laravel package which provides an interface to the Fastspring subscription and payment services.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Laravel Cashier Fastspring ![Beta](https://img.shields.io/badge/status-beta-red.svg)

[badge_packagist]: https://img.shields.io/badge/packagist-22digital/laravel--cashier--fastspring-yellow.svg
[badge_packagist]: https://img.shields.io/badge/packagist-22digital/laravel--cashier--fastspring-f28d1a.svg
[badge_release]: https://img.shields.io/packagist/v/22digital/laravel-cashier-fastspring.svg
[badge_license]: https://img.shields.io/github/license/22digital/laravel-cashier-fastspring.svg
[badge_coverage]: https://scrutinizer-ci.com/g/22digital/laravel-cashier-fastspring/badges/coverage.png?b=master
[badge_build]: https://scrutinizer-ci.com/g/22digital/laravel-cashier-fastspring/badges/build.png?b=master
[badge_laravel]: https://img.shields.io/badge/Laravel-5.x-orange.svg
[badge_laravel]: https://img.shields.io/badge/Laravel-5.x--6.x-orange.svg
[badge_styleci]: https://github.styleci.io/repos/219102431/shield?branch=master
[badge_travis]: https://travis-ci.org/22digital/laravel-cashier-fastspring.svg?branch=master

Expand Down

0 comments on commit 54e947a

Please sign in to comment.