Skip to content

Commit 721e7fc

Browse files
author
Andreas Frömer
committed
Merge branch 'master' into 1.x
2 parents 086037b + fed6978 commit 721e7fc

File tree

4 files changed

+906
-235
lines changed

4 files changed

+906
-235
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ before_script:
1818
script:
1919
- composer cs
2020
- composer test -- --coverage-clover=build/logs/clover.xml --coverage-text
21+
- ./vendor/bin/test-reporter

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# systemctl-php
2-
[![Build Status](https://api.travis-ci.org/icanhazstring/systemctl-php.svg?branch=master)](https://travis-ci.org/icanhazstring/systemctl-php)
2+
[![Build Status](https://api.travis-ci.org/icanhazstring/systemctl-php.svg?branch=master)](https://travis-ci.org/icanhazstring/systemctl-php) [![Code Climate](https://codeclimate.com/github/icanhazstring/systemctl-php/badges/gpa.svg)](https://codeclimate.com/github/icanhazstring/systemctl-php) [![Test Coverage](https://codeclimate.com/github/icanhazstring/systemctl-php/badges/coverage.svg)](https://codeclimate.com/github/icanhazstring/systemctl-php/coverage)
33

44
> WORK IN PROGRESS
55

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
"type": "library",
55
"require": {
66
"php": "^7.1",
7-
"symfony/process": "^3.2",
8-
"league/plates": "^3.3"
7+
"symfony/process": "^3.2"
98
},
109
"require-dev": {
1110
"phpunit/phpunit": "^6.1",
1211
"squizlabs/php_codesniffer": "^3.0",
13-
"adlawson/vfs": "^0.12.1"
12+
"codeclimate/php-test-reporter": "dev-master"
1413
},
1514
"autoload": {
1615
"psr-4": {

0 commit comments

Comments
 (0)