Skip to content

Commit 41d1736

Browse files
committed
Change README.md and Travis script since ModuleInterfaceTools is registered
1 parent afb6f2a commit 41d1736

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git:
2727

2828
## uncomment the following lines to override the default test script
2929
script:
30-
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); Pkg.clone("https://github.com/JuliaString/ModuleInterfaceTools.jl"); Pkg.clone(pwd()); Pkg.test("StrAPI"; coverage=true)'
30+
# - julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); Pkg.clone("https://github.com/JuliaString/ModuleInterfaceTools.jl"); Pkg.clone(pwd()); Pkg.test("StrAPI"; coverage=true)'
3131
after_success:
3232
# push coverage results to Coveralls
3333
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("StrAPI")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# StrAPI
22

3-
[![StrAPI](http://pkg.julialang.org/badges/StrAPI_0.6.svg)](http://pkg.julialang.org/detail/StrAPI)
4-
[![StrAPI](http://pkg.julialang.org/badges/StrAPI_0.7.svg)](http://pkg.julialang.org/detail/StrAPI)
3+
| **Package Status** | **Package Evaluator** | **Coverage** |
4+
|:------------------:|:---------------------:|:-----------------:|
5+
| [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md) | [![StrAPI](http://pkg.julialang.org/badges/StrAPI_0.6.svg)](http://pkg.julialang.org/?pkg=StrAPI) | [![Coverage Status](https://coveralls.io/repos/github/JuliaString/StrAPI.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaString/StrAPI.jl?branch=master)
6+
| [![Build Status](https://travis-ci.org/JuliaString/StrAPI.jl.svg?branch=master)](https://travis-ci.org/JuliaString/StrAPI.jl) | [![StrAPI](http://pkg.julialang.org/badges/StrAPI_0.7.svg)](http://pkg.julialang.org/?pkg=StrAPI) | [![codecov.io](http://codecov.io/github/JuliaString/StrAPI.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaString/StrAPI.jl?branch=master)
57

6-
[![Build Status](https://travis-ci.org/JuliaString/StrAPI.jl.svg?branch=master)](https://travis-ci.org/JuliaString/StrAPI.jl)
7-
[![Coverage Status](https://coveralls.io/repos/github/JuliaString/StrAPI.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaString/StrAPI.jl?branch=master)
8-
[![codecov.io](http://codecov.io/github/JuliaString/StrAPI.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaString/StrAPI.jl?branch=master)
9-
10-
The `StrAPI` package is now working on both the release version (v0.6.2) and the latest master (v0.7.0-DEV).
11-
12-
This provides a cleaner API (IMO) for many of the character and string related functions.
8+
This package provides the base API, which the other packages in JuliaString can all extend
9+
It provides a cleaner API (IMO) for many of the character and string related functions.
1310

1411
See the documentation in the [Strs](https://github.com/JuliaString/Strs.jl) package

0 commit comments

Comments
 (0)