Skip to content

Commit

Permalink
Fixup badges in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jun 23, 2020
1 parent 6626e94 commit b76004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| Language | Travis | Coveralls |
|:--------:|:------:|:---------:|
| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://secure.travis-ci.org/haskell/random.svg?v1.2-proposal)](http://travis-ci.org/haskell/random) | [![Coverage Status](https://coveralls.io/repos/github/haskell/random/badge.svg?branch=v1.2-proposal)](https://coveralls.io/github/haskell/random?branch=v1.2-proposal)
| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://secure.travis-ci.org/haskell/random.svg?master)](http://travis-ci.org/haskell/random) | [![Coverage Status](https://coveralls.io/repos/github/haskell/random/badge.svg?branch=master)](https://coveralls.io/github/haskell/random?branch=master)

| Package | Hackage | Nightly | LTS |
|:-------------------|:-------:|:-------:|:---:|
Expand Down

0 comments on commit b76004f

Please sign in to comment.