Skip to content

Commit 4b3ef9a

Browse files
authored
README: Add the Travis CI status badge (#56)
1 parent 2439cc9 commit 4b3ef9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Statistics.jl
22

3+
[![Travis CI Build Status][travis-img]][travis-url]
4+
35
Development repository for the Statistics standard library (stdlib) that ships with Julia.
46

57
#### Using the development version of Statistics.jl
@@ -12,3 +14,6 @@ If you want to develop this package, do the following steps:
1214
- To test your changes, simply do `include("test/runtests.jl")`.
1315

1416
If you need to build Julia from source with a git checkout of Statistics, then instead use `make DEPS_GIT=Statistics` when building Julia. The `Statistics` repo is in `stdlib/Statistics`, and created initially with a detached `HEAD`. If you're doing this from a pre-existing Julia repository, you may need to `make clean` beforehand.
17+
18+
[travis-img]: https://travis-ci.com/JuliaLang/Statistics.jl.svg?branch=master
19+
[travis-url]: https://travis-ci.com/JuliaLang/Statistics.jl

0 commit comments

Comments
 (0)