Skip to content

Commit 8776142

Browse files
authored
Drop Travis and Appveyor CI setting (#195)
1 parent f1daec2 commit 8776142

File tree

3 files changed

+2
-74
lines changed

3 files changed

+2
-74
lines changed

.travis.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Zipkin PHP
22

3-
[![Build Status](https://travis-ci.org/openzipkin/zipkin-php.svg?branch=master)](https://travis-ci.org/openzipkin/zipkin-php)
4-
[![Build status](https://ci.appveyor.com/api/projects/status/f02q896uv1m3crg1?svg=true)](https://ci.appveyor.com/project/jcchavezs/zipkin-php)
53
![CI](https://github.com/openzipkin/zipkin-php/workflows/CI/badge.svg)
64
[![Latest Stable Version](https://poser.pugx.org/openzipkin/zipkin/v/stable)](https://packagist.org/packages/openzipkin/zipkin)
75
[![Coverage Status](https://coveralls.io/repos/github/openzipkin/zipkin-php/badge.svg)](https://coveralls.io/github/openzipkin/zipkin-php)
@@ -262,11 +260,11 @@ class TraceClient implements ClientInterface
262260
$span = $this->tracer->nextSpan();
263261
$span->setKind(Zipkin\Kind\CLIENT);
264262
$span->tag(Tags\HTTP_PATH, $uri);
265-
263+
266264
try {
267265
$response = $this->client->request($method, $uri, $options);
268266
$span->tag(Tags\HTTP_STATUS_CODE, $response->getStatusCode());
269-
267+
270268
return $response;
271269
catch (Throwable $e) {
272270
$span->setError($e);

appveyor.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)