Skip to content

Commit

Permalink
fixing badges
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Oct 5, 2015
1 parent 0fa2b9c commit 32aa89c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
mxx
===
[![Build Status](https://travis-ci.org/patflick/mxx.svg?branch=master)](https://travis-ci.org/patflick/mxx)
[![Test Coverage](http:https://codecov.io/github/patflick/mxx/coverage.svg?branch=master)](http:https://codecov.io/github/patflick/mxx?branch=master)
[![Build Status](https://img.shields.io/travis/patflick/mxx.svg)](https://travis-ci.org/patflick/mxx)
[![Test Coverage](https://img.shields.io/codecov/c/github/patflick/mxx.svg)](http:https://codecov.io/github/patflick/mxx?branch=master)
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%20v2.0-blue.svg)](LICENSE)

`mxx` is a `C++`/`C++11` template library for `MPI`. The main goal of this
library is to provide two things:
Expand Down

0 comments on commit 32aa89c

Please sign in to comment.