Skip to content

Commit 64639c3

Browse files
committed
Add FreeBSD CI badge to the README
Also do a bit of reformatting and simplification, and remove the 0.6 badge since the package no longer supports 0.6 and there are no badges for newer versions.
1 parent 8332d4b commit 64639c3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
Special mathematical functions in Julia, including Bessel, Hankel, Airy, error, Dawson, sine and cosine integrals,
44
eta, zeta, digamma, inverse digamma, trigamma, and polygamma functions.
5-
Most of these functions were formerly part of Base.
5+
Most of these functions were formerly part of Base in early versions of Julia.
66

7-
Note: On Julia 0.7, this package downloads and/or builds
8-
[openspecfun](https://github.com/JuliaLang/openspecfun), which is no longer built as part
9-
of Julia.
10-
Binaries are available for macOS, Windows, and Linux (glibc >= 2.6).
7+
This package downloads and builds [openspecfun](https://github.com/JuliaLang/openspecfun).
8+
Binaries are available for macOS, Windows, FreeBSD, and Linux (glibc >= 2.6).
119
To force compilation of the library from source, set an environment variable called
1210
`JULIA_SPECIALFUNCTIONS_BUILD_SOURCE` equal to `true` before running `Pkg.build`.
1311

14-
[![Travis](https://travis-ci.org/JuliaMath/SpecialFunctions.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/SpecialFunctions.jl)
15-
[![AppVeyor](https://ci.appveyor.com/api/projects/status/ccfgkm2cjcggu158/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/specialfunctions-jl/branch/master)
16-
[![Coverage Status](https://coveralls.io/repos/github/JuliaMath/SpecialFunctions.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaMath/SpecialFunctions.jl?branch=master)
12+
| System | Test Status |
13+
| :----- | :---------: |
14+
| Linux/macOS | [![Travis](https://travis-ci.org/JuliaMath/SpecialFunctions.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/SpecialFunctions.jl) |
15+
| Windows | [![AppVeyor](https://ci.appveyor.com/api/projects/status/ccfgkm2cjcggu158/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/specialfunctions-jl/branch/master) |
16+
| FreeBSD | [![Cirrus](https://api.cirrus-ci.com/github/JuliaMath/SpecialFunctions.jl.svg)](https://cirrus-ci.com/github/JuliaMath/SpecialFunctions.jl) |
1717

18-
Latest release:
19-
[![SpecialFunctions](http://pkg.julialang.org/badges/SpecialFunctions_0.6.svg)](http://pkg.julialang.org/?pkg=SpecialFunctions)
18+
Coverage:
19+
[![Coveralls](https://coveralls.io/repos/github/JuliaMath/SpecialFunctions.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaMath/SpecialFunctions.jl?branch=master)
2020

2121
Documentation:
2222
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/SpecialFunctions.jl/stable)

0 commit comments

Comments
 (0)