Skip to content

Commit

Permalink
Merge pull request #33 from JuliaGPU/tb/badges
Browse files Browse the repository at this point in the history
Update build and coverage badges.
  • Loading branch information
kshyatt authored May 25, 2017
2 parents 215b990 + 7bc4ee4 commit a4fef4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CUSPARSE.jl

[![Build Status](https://travis-ci.org/kshyatt/CUSPARSE.jl.svg?branch=master)](https://travis-ci.org/kshyatt/CUSPARSE.jl)
[![Coverage Status](https://coveralls.io/repos/kshyatt/CUSPARSE.jl/badge.svg?branch=master)](https://coveralls.io/r/kshyatt/CUSPARSE.jl?branch=master)
[![codecov.io](http://codecov.io/github/kshyatt/CUSPARSE.jl/coverage.svg?branch=master)](http://codecov.io/github/kshyatt/CUSPARSE.jl?branch=master)
**Build status**: [![](https://ci.maleadt.net/buildbot/julia/badge.svg?builder=CUSPARSE.jl:%20Julia%200.5%20(x86-64)&badge=Julia%20v0.5)](https://ci.maleadt.net/buildbot/julia/builders/CUSPARSE.jl%3A%20Julia%200.5%20%28x86-64%29) [![](https://ci.maleadt.net/buildbot/julia/badge.svg?builder=CUSPARSE.jl:%20Julia%200.6%20(x86-64)&badge=Julia%200.6)](https://ci.maleadt.net/buildbot/julia/builders/CUSPARSE.jl%3A%20Julia%200.6%20%28x86-64%29)

**Code coverage**: [![Coverage Status](https://codecov.io/gh/JuliaGPU/CUSPARSE.jl/coverage.svg)](https://codecov.io/gh/JuliaGPU/CUSPARSE.jl)

Julia bindings for the [NVIDIA CUSPARSE](http://docs.nvidia.com/cuda/cusparse/) library. CUSPARSE is a high-performance sparse matrix linear algebra library.

Expand Down

0 comments on commit a4fef4e

Please sign in to comment.