Skip to content

Commit 689258d

Browse files
committed
Update Project.toml
1 parent 8105807 commit 689258d

File tree

4 files changed

+48
-18
lines changed

4 files changed

+48
-18
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Documentation: http://docs.travis-ci.com/user/languages/julia/
1+
# Documentation: http://docs.travis-ci.com/user/languages/julia/
22
language: julia
33
os:
44
- linux
@@ -13,9 +13,9 @@ git:
1313

1414
## uncomment the following lines to allow failures on nightly julia
1515
## (tests will run but not make your overall status red)
16-
matrix:
17-
allow_failures:
18-
- julia: nightly
16+
#matrix:
17+
# allow_failures:
18+
# - julia: nightly
1919

2020
## uncomment and modify the following lines to manually install system packages
2121
#addons:
@@ -27,7 +27,7 @@ matrix:
2727

2828
## uncomment the following lines to override the default test script
2929
script:
30-
- julia -e 'f = VERSION < v"0.7.0-DEV" ; f || (using Pkg) ; const clone = ifelse(f, Pkg.clone, Pkg.add) ; clone(pwd()); Pkg.test("ModuleInterfaceTools"; coverage=true)'
30+
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg) ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.clone(pwd()) ; end ; Pkg.test("ModuleInterfaceTools"; 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("ModuleInterfaceTools")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

Project.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
name = "ModuleInterfaceTools"
12
desc = "Tools to help build a consistent API across various packages, use it, and enquire about it"
23
keywords = ["package", "module", "API"]
34
license = "MIT"
4-
name = "ModuleInterfaceTools"
5-
deps = ["Test"]
6-
git-tree-sha1 = "b4fc455cbdc313ecd8c08173153bf8abfcb9e5a6"
5+
authors = ["ScottPJones <[email protected]>"]
76
repo = "https://github.com/JuliaString/ModuleInterfaceTools.jl.git"
8-
repo-rev = ""
9-
repo-url = "/s/ModuleInterfaceTools.jl"
107
uuid = "5cb8414e-7aab-5a03-a681-351269c074bf"
11-
version = "0.1.0+"
8+
9+
version = "0.1.0"
10+
[deps]
11+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

README.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,37 @@
11
# ModuleInterfaceTools
22

3-
| **Package Status** | **Package Evaluator** | **Coverage** |
4-
|:------------------:|:---------------------:|:-----------------:|
5-
| [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md) | [![ModuleInterfaceTools](http://pkg.julialang.org/badges/ModuleInterfaceTools_0.6.svg)](http://pkg.julialang.org/?pkg=ModuleInterfaceTools) | [![Coverage Status](https://coveralls.io/repos/github/JuliaString/ModuleInterfaceTools.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master) |
6-
| [![Build Status](https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl.svg?branch=master)](https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl) | [![ModuleInterfaceTools](http://pkg.julialang.org/badges/ModuleInterfaceTools_0.7.svg)](http://pkg.julialang.org/?pkg=ModuleInterfaceTools) | [![codecov.io](http://codecov.io/github/JuliaString/ModuleInterfaceTools.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master) |
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]
7+
8+
[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
9+
[license-url]: LICENSE.md
10+
11+
[gitter-img]: https://badges.gitter.im/Join%20Chat.svg
12+
[gitter-url]: https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
13+
14+
[travis-url]: https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl
15+
[travis-s-img]: https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl.svg
16+
[travis-m-img]: https://travis-ci.org/JuliaString/ModuleInterfaceTools.jl.svg?branch=master
17+
18+
[app-s-url]: https://ci.appveyor.com/project/ScottPJones/moduleinterfacetools-jl
19+
[app-m-url]: https://ci.appveyor.com/project/ScottPJones/moduleinterfacetools-jl/branch/master
20+
[app-s-img]: https://ci.appveyor.com/api/projects/status/x13gh7y6id3fbmke?svg=true
21+
[app-m-img]: https://ci.appveyor.com/api/projects/status/x13gh7y6id3fbmke/branch/master?svg=true
22+
23+
[pkg-s-url]: http://pkg.julialang.org/detail/ModuleInterfaceTools
24+
[pkg-m-url]: http://pkg.julialang.org/detail/ModuleInterfaceTools
25+
[pkg-s-img]: http://pkg.julialang.org/badges/ModuleInterfaceTools_0.6.svg
26+
[pkg-m-img]: http://pkg.julialang.org/badges/ModuleInterfaceTools_0.7.svg
27+
28+
[codecov-url]: https://codecov.io/gh/JuliaString/ModuleInterfaceTools.jl
29+
[codecov-img]: https://codecov.io/gh/JuliaString/ModuleInterfaceTools.jl/branch/master/graph/badge.svg
30+
31+
[coverall-s-url]: https://coveralls.io/github/JuliaString/ModuleInterfaceTools.jl
32+
[coverall-m-url]: https://coveralls.io/github/JuliaString/ModuleInterfaceTools.jl?branch=master
33+
[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/ModuleInterfaceTools.jl/badge.svg
34+
[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/ModuleInterfaceTools.jl/badge.svg?branch=master
735

836
This provides a way of having different lists of names that you want to be part of a public API,
937
as well as being part of a development API (i.e. functions that are not normally needed by users of a package, but *are* needed by a developer writing a package that depends on it).

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ install:
4040
build_script:
4141
# Need to convert from shallow to complete for Pkg.clone to work
4242
- IF EXIST .git\shallow (git fetch --unshallow)
43-
- C:\projects\julia\bin\julia -e "versioninfo();
44-
Pkg.clone(pwd(), \"ModuleInterfaceTools\"); Pkg.build(\"ModuleInterfaceTools\")"
43+
- C:\projects\julia\bin\julia -e "VERSION < v\"0.7.0-DEV\" || (using InteractiveUtils);
44+
versioninfo();
45+
if VERSION < v\"0.7.0-DEV.5183\"; Pkg.clone(pwd(), \"ModuleInterfaceTools\"); end"
4546

4647
test_script:
47-
- C:\projects\julia\bin\julia -e "Pkg.test(\"ModuleInterfaceTools\")"
48+
- C:\projects\julia\bin\julia -e "VERSION < v\"0.7.0-DEV\" || (using Pkg); Pkg.test(\"ModuleInterfaceTools\")"

0 commit comments

Comments
 (0)