commit ddea830b6da2c48e886db3ea8b16b0fd9b60369c from: French Ben date: Wed May 25 05:07:37 2016 UTC Added TravisCI and CodeCov hook Signed-off-by: French Ben commit - a056819507b3f5113ef8b52f04e67dadf29d8927 commit + ddea830b6da2c48e886db3ea8b16b0fd9b60369c blob - /dev/null blob + eb4ecf961979e9aae3f2a90304dfecef6318ec94 (mode 644) --- /dev/null +++ .travis.yml @@ -0,0 +1,11 @@ +language: go + +go: + - 1.6 + +script: + - go test -coverprofile=coverage.txt -covermode=atomic + +# CODECOV_TOKEN set in travisCI ENV +after_success: + - bash <(curl -s https://codecov.io/bash) blob - 4eb0aac4c655e82320ae1ed968ca70853ba270ab blob + 583f315fe0737ae25866a78f7432c7ec725f696f --- README.md +++ README.md @@ -1,4 +1,8 @@ -# 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) [![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=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) A modern, performant 9P library for Go.