Skip to content

Commit 77855d5

Browse files
committed
Update README and CI
1 parent 0b73a14 commit 77855d5

File tree

3 files changed

+19
-58
lines changed

3 files changed

+19
-58
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 @@ git:
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("StrAPI")); 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("StrAPI")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# StrAPI
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] | [![][pkg-s-img]][pkg-s-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] | [![][pkg-m-img]][pkg-m-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url]
3+
[pkg-url]: https://github.com/JuliaString/StrAPI.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/StrAPI.jl.svg
9+
[release-date]: https://img.shields.io/github/release-date/JuliaString/StrAPI.jl.svg
710

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

18-
[app-s-url]: https://ci.appveyor.com/project/ScottPJones/strapi-jl
19-
[app-m-url]: https://ci.appveyor.com/project/ScottPJones/strapi-jl/branch/master
20-
[app-s-img]: https://ci.appveyor.com/api/projects/status/pyw9o1y3wywo95tt?svg=true
21-
[app-m-img]: https://ci.appveyor.com/api/projects/status/pyw9o1y3wywo95tt/branch/master?svg=true
22-
23-
[pkg-s-url]: http://pkg.julialang.org/detail/StrAPI
24-
[pkg-m-url]: http://pkg.julialang.org/detail/StrAPI
25-
[pkg-s-img]: http://pkg.julialang.org/badges/StrAPI_0.6.svg
26-
[pkg-m-img]: http://pkg.julialang.org/badges/StrAPI_0.7.svg
27-
2821
[codecov-url]: https://codecov.io/gh/JuliaString/StrAPI.jl
2922
[codecov-img]: https://codecov.io/gh/JuliaString/StrAPI.jl/branch/master/graph/badge.svg
3023

31-
[coverall-s-url]: https://coveralls.io/github/JuliaString/StrAPI.jl
32-
[coverall-m-url]: https://coveralls.io/github/JuliaString/StrAPI.jl?branch=master
33-
[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/StrAPI.jl/badge.svg
34-
[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/StrAPI.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/StrAPI.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]
3532

3633
This package provides the base API, which the other packages in JuliaString can all extend
3734
It provides a cleaner API (IMO) for many of the character and string related functions.

appveyor.yml

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

0 commit comments

Comments
 (0)