Skip to content

Commit 5cd8236

Browse files
committed
Update README and CI
1 parent e3e5c1e commit 5cd8236

File tree

3 files changed

+19
-56
lines changed

3 files changed

+19
-56
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ language: julia
33
os:
44
- linux
55
- osx
6+
- windows
67
julia:
78
- 1.0
8-
- 1.3
9+
- 1
910
- nightly
1011
notifications:
1112
email: false
@@ -29,5 +30,5 @@ matrix:
2930
## uncomment the following lines to override the default test script
3031

3132
after_success:
32-
# push coverage results to Coveralls & Codecov
33-
- julia -e 'using Pkg; cd(Pkg.dir("StrBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
33+
# push coverage results to Codecov
34+
- julia -e 'using Pkg; cd(Pkg.dir("StrBase")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# StrBase
22

3-
| **Info** | **Windows** | **Linux & MacOS** | **Package Evaluator** | **CodeCov** | **Coveralls** |
4-
|:------------------:|:------------------:|:---------------------:|:-----------------:|:---------------------:|:-----------------:|
5-
| [![][license-img]][license-url] | [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url]
6-
| [![][gitter-img]][gitter-url] | [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url]
3+
[pkg-url]: https://github.com/JuliaString/StrBase.jl.git
4+
5+
[julia-url]: https://github.com/JuliaLang/Julia
6+
[julia-release]:https://img.shields.io/github/release/JuliaLang/julia.svg
7+
8+
[release]: https://img.shields.io/github/release/JuliaString/StrBase.jl.svg
9+
[release-date]: https://img.shields.io/github/release-date/JuliaString/StrBase.jl.svg
710

811
[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
912
[license-url]: LICENSE.md
@@ -15,21 +18,17 @@
1518
[travis-s-img]: https://travis-ci.org/JuliaString/StrBase.jl.svg
1619
[travis-m-img]: https://travis-ci.org/JuliaString/StrBase.jl.svg?branch=master
1720

18-
[app-s-url]: https://ci.appveyor.com/project/ScottPJones/strbase-jl
19-
[app-m-url]: https://ci.appveyor.com/project/ScottPJones/strbase-jl/branch/master
20-
[app-s-img]: https://ci.appveyor.com/api/projects/status/2v12uwlr0ueale6n?svg=true
21-
[app-m-img]: https://ci.appveyor.com/api/projects/status/2v12uwlr0ueale6n/branch/master?svg=true
22-
23-
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/StrBase.svg
24-
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
25-
2621
[codecov-url]: https://codecov.io/gh/JuliaString/StrBase.jl
2722
[codecov-img]: https://codecov.io/gh/JuliaString/StrBase.jl/branch/master/graph/badge.svg
2823

29-
[coverall-s-url]: https://coveralls.io/github/JuliaString/StrBase.jl
30-
[coverall-m-url]: https://coveralls.io/github/JuliaString/StrBase.jl?branch=master
31-
[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/StrBase.jl/badge.svg
32-
[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/StrBase.jl/badge.svg?branch=master
24+
[contrib]: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
25+
26+
[![][release]][pkg-url] [![][release-date]][pkg-url] [![][license-img]][license-url] [![contributions welcome][contrib]](https://github.com/JuliaString/StrBase.jl/issues)
27+
28+
| **Julia Version** | **Unit Tests** | **Coverage** |
29+
|:------------------:|:------------------:|:---------------------:|
30+
| [![][julia-release]][julia-url] | [![][travis-s-img]][travis-url] | [![][codecov-img]][codecov-url]
31+
| Julia Latest | [![][travis-m-img]][travis-url] | [![][codecov-img]][codecov-url]
3332

3433
See the documentation in the [Strs](https://github.com/JuliaString/Strs.jl) package,
3534
this package contains the basic functionality, which can be used by other string related packages.

appveyor.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)