Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 77ad788

Browse files
committed
Merge pull request #83 from dmcgowan/circlci-badge
Add circleci in place of travis badge
2 parents 9c6d1ac + 3be6a36 commit 77ad788

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.travis.yml

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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# libchan: like Go channels over the network [![Build Status](https://travis-ci.org/docker/libchan.png?branch=master)](https://travis-ci.org/docker/libchan)
1+
# libchan: like Go channels over the network
2+
[![Circle CI](https://circleci.com/gh/docker/libchan.svg?style=svg)](https://circleci.com/gh/docker/libchan)
23

34
Libchan is an ultra-lightweight networking library which lets network services communicate
45
in the same way that goroutines communicate using channels:

0 commit comments

Comments
 (0)