diff --git a/README.md b/README.md index 4f5a169..421c4e7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # shm [![PkgGoDev](https://pkg.go.dev/badge/github.com/hslam/shm)](https://pkg.go.dev/github.com/hslam/shm) +[![Build Status](https://travis-ci.org/hslam/shm.svg?branch=master)](https://travis-ci.org/hslam/shm) +[![Go Report Card](https://goreportcard.com/badge/github.com/hslam/shm)](https://goreportcard.com/report/github.com/hslam/shm) [![LICENSE](https://img.shields.io/github/license/hslam/shm.svg?style=flat-square)](https://github.com/hslam/shm/blob/master/LICENSE) Package shm provides a way to use shared memory.