Skip to content

Commit

Permalink
Update CI badge (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 6, 2020
1 parent 1ff9ed1 commit cbb8000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ solver-independent `MathOptInterface` API.
*Note: This wrapper is maintained by the JuMP community and is not a COIN-OR
project.*

[![Build Status](https://travis-ci.org/jump-dev/Clp.jl.svg?branch=master)](https://travis-ci.org/jump-dev/Clp.jl)
[![Build Status](https://github.com/jump-dev/Clp.jl/workflows/CI/badge.svg?branch=master)](https://github.com/jump-dev/Clp.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/jump-dev/Clp.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jump-dev/Clp.jl)

[Clp]: https://projects.coin-or.org/Clp
Expand All @@ -24,7 +24,7 @@ The package can be installed with `Pkg.add`.
julia> import Pkg; Pkg.add("Clp")
```

Clp.jl will use [BinaryProvider.jl](https://github.com/JuliaPackaging/BinaryProvider.jl) to automatically install the Clp binaries. This should work for both the official Julia binaries from `https://julialang.org/downloads/` and source-builds.
Clp.jl will use [BinaryProvider.jl](https://github.com/JuliaPackaging/BinaryProvider.jl) to automatically install the Clp binaries. This should work for both the [official Julia binaries](https://julialang.org/downloads) and source-builds.

## Custom Installation

Expand Down

0 comments on commit cbb8000

Please sign in to comment.