Skip to content

Commit b134423

Browse files
committed
Update README and CI
1 parent 9235dfb commit b134423

File tree

3 files changed

+18
-58
lines changed

3 files changed

+18
-58
lines changed

.travis.yml

Lines changed: 3 additions & 2 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
@@ -21,4 +22,4 @@ git:
2122
# uncomment the following lines to override the default test script
2223

2324
after_success:
24-
- julia -e 'using Pkg; cd(Pkg.dir("StrFormat")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
25+
- julia -e 'using Pkg; cd(Pkg.dir("StrFormat")); 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
# StrFormat
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/StrFormat.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/StrFormat.jl.svg
9+
[release-date]: https://img.shields.io/github/release-date/JuliaString/StrFormat.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/StrFormat.jl.svg
1619
[travis-m-img]: https://travis-ci.org/JuliaString/StrFormat.jl.svg?branch=master
1720

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

31-
[coverall-s-url]: https://coveralls.io/github/JuliaString/StrFormat.jl
32-
[coverall-m-url]: https://coveralls.io/github/JuliaString/StrFormat.jl?branch=master
33-
[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/StrFormat.jl/badge.svg
34-
[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/StrFormat.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/StrFormat.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
The following extra format sequences (see [StrLiterals](https://github.com/JuliaString/StrLiterals.jl) for the full specification) are added:
3734

appveyor.yml

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

0 commit comments

Comments
 (0)