Add GitLabCI to badge order and docs
This commit is contained in:
parent
365a02c0bf
commit
23c6a0d370
@ -20,6 +20,12 @@ TravisCI
|
||||
AppVeyor
|
||||
```
|
||||
|
||||
## `GitLabCI`
|
||||
|
||||
```@docs
|
||||
GitLabCI
|
||||
```
|
||||
|
||||
## `CodeCov`
|
||||
|
||||
```@docs
|
||||
|
@ -24,6 +24,6 @@ include(joinpath("plugins", "gitlabci.jl"))
|
||||
include(joinpath("plugins", "githubpages.jl"))
|
||||
|
||||
const DEFAULTS_DIR = normpath(joinpath(@__DIR__, "..", "defaults"))
|
||||
const BADGE_ORDER = [GitHubPages, TravisCI, AppVeyor, CodeCov, Coveralls]
|
||||
const BADGE_ORDER = [GitHubPages, TravisCI, AppVeyor, GitLabCI, CodeCov, Coveralls]
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user