Skip to content

Commit

Permalink
Drop Travis and Appveyor CI setting (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k authored Nov 24, 2020
1 parent f1daec2 commit 8776142
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 74 deletions.
37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Zipkin PHP

[![Build Status](https://travis-ci.org/openzipkin/zipkin-php.svg?branch=master)](https://travis-ci.org/openzipkin/zipkin-php)
[![Build status](https://ci.appveyor.com/api/projects/status/f02q896uv1m3crg1?svg=true)](https://ci.appveyor.com/project/jcchavezs/zipkin-php)
![CI](https://github.com/openzipkin/zipkin-php/workflows/CI/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/openzipkin/zipkin/v/stable)](https://packagist.org/packages/openzipkin/zipkin)
[![Coverage Status](https://coveralls.io/repos/github/openzipkin/zipkin-php/badge.svg)](https://coveralls.io/github/openzipkin/zipkin-php)
Expand Down Expand Up @@ -262,11 +260,11 @@ class TraceClient implements ClientInterface
$span = $this->tracer->nextSpan();
$span->setKind(Zipkin\Kind\CLIENT);
$span->tag(Tags\HTTP_PATH, $uri);

try {
$response = $this->client->request($method, $uri, $options);
$span->tag(Tags\HTTP_STATUS_CODE, $response->getStatusCode());

return $response;
catch (Throwable $e) {
$span->setError($e);
Expand Down
33 changes: 0 additions & 33 deletions appveyor.yml

This file was deleted.

0 comments on commit 8776142

Please sign in to comment.