Skip to content

Commit a9d7175

Browse files
authored
Remove badges from README.md
Removed badges that no longer work from README.
1 parent bf70e67 commit a9d7175

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
[![CocoaPods Platforms](https://img.shields.io/cocoapods/p/SwiftGraph.svg)](https://cocoapods.org/pods/SwiftGraph)
88
[![Linux Compatible](https://img.shields.io/badge/Linux-compatible-4BC51D.svg?style=flat)](https://swift.org)
99
[![Twitter Contact](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/davekopec)
10-
[![Build Status](https://travis-ci.org/davecom/SwiftGraph.svg?branch=master)](https://travis-ci.org/davecom/SwiftGraph)
11-
[![Maintainability](https://api.codeclimate.com/v1/badges/b93b35351ff96b21678f/maintainability)](https://codeclimate.com/github/davecom/SwiftGraph/maintainability)
12-
[![Test Coverage](https://api.codeclimate.com/v1/badges/b93b35351ff96b21678f/test_coverage)](https://codeclimate.com/github/davecom/SwiftGraph/test_coverage)
1310

1411
SwiftGraph is a pure Swift (no Cocoa) implementation of a graph data structure, appropriate for use on all platforms Swift supports (iOS, macOS, Linux, etc.). It includes support for weighted, unweighted, directed, and undirected graphs. It uses generics to abstract away both the type of the vertices, and the type of the weights.
1512

0 commit comments

Comments
 (0)