commit 0af6243aba87a11f028509197372f8ba4e0748e1 from: French Ben date: Wed May 25 05:15:36 2016 UTC Added race and fixed badge link Signed-off-by: French Ben commit - ddea830b6da2c48e886db3ea8b16b0fd9b60369c commit + 0af6243aba87a11f028509197372f8ba4e0748e1 blob - eb4ecf961979e9aae3f2a90304dfecef6318ec94 blob + 16e148eaaa58c36a4f86250a8bc46dc489bbf9f4 --- .travis.yml +++ .travis.yml @@ -4,7 +4,7 @@ go: - 1.6 script: - - go test -coverprofile=coverage.txt -covermode=atomic + - go test -coverprofile=coverage.txt -covermode=atomic -race # CODECOV_TOKEN set in travisCI ENV after_success: blob - 583f315fe0737ae25866a78f7432c7ec725f696f blob + 49f91a038fbfa6d1457bcc2499161e62ff1ac8bf --- README.md +++ README.md @@ -1,8 +1,4 @@ -# p9p -[![GoDoc](https://godoc.org/github.com/docker/go-p9p?status.svg)](https://godoc.org/github.com/docker/go-p9p) -[![CircleCI](https://circleci.com/gh/docker/go-p9p.svg?style=shield)](https://circleci.com/gh/docker/go-p9p) -[![TravisCI](https://travis-ci.org/docker/go-p9p.svg?branch=codecov)](https://travis-ci.org/docker/go-p9p) -[![Go Report Card](https://goreportcard.com/badge/github.com/docker/go-p9p)](https://goreportcard.com/report/github.com/docker/go-p9p) +# p9p [![GoDoc](https://godoc.org/github.com/docker/go-p9p?status.svg)](https://godoc.org/github.com/docker/go-p9p) [![CircleCI](https://circleci.com/gh/docker/go-p9p.svg?style=shield)](https://circleci.com/gh/docker/go-p9p) [![TravisCI](https://travis-ci.org/docker/go-p9p.svg?branch=master)](https://travis-ci.org/docker/go-p9p) [![Go Report Card](https://goreportcard.com/badge/github.com/docker/go-p9p)](https://goreportcard.com/report/github.com/docker/go-p9p) A modern, performant 9P library for Go.