Skip to content

Commit 879d28e

Browse files
committed
update: add badages and travis tests
1 parent 8dd5ea9 commit 879d28e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: go
2+
3+
script:
4+
- make tests
5+
6+
after_success:
7+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# lockfree
22

3+
[![GoDoc](https://godoc.org/github.com/changkun/lockfree?status.svg)](https://godoc.org/github.com/changkun/lockfree)
4+
[![Build Status](https://travis-ci.org/changkun/lockfree.svg?branch=master)](https://travis-ci.org/changkun/lockfree) [![Go Report Card](https://goreportcard.com/badge/github.com/changkun/lockfree)](https://goreportcard.com/report/github.com/changkun/lockfree) [![codecov](https://codecov.io/gh/changkun/lockfree/branch/master/graph/badge.svg)](https://codecov.io/gh/changkun/lockfree) [![](https://img.shields.io/github/release/changkun/lockfree/all.svg)](https://github.com/changkun/lockfree/releases)
5+
36
Package lockfree offers lock-free utilities in Go.
47

58
## Contributing

0 commit comments

Comments
 (0)