Skip to content

Commit 26d9497

Browse files
committed
Add Manifest.toml
1 parent 689258d commit 26d9497

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -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:

Manifest.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[Pkg]]
2+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
3+
4+
[[Test]]
5+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Project.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
name = "ModuleInterfaceTools"
1+
authors = ["ScottPJones <[email protected]>"]
22
desc = "Tools to help build a consistent API across various packages, use it, and enquire about it"
33
keywords = ["package", "module", "API"]
44
license = "MIT"
5-
authors = ["ScottPJones <[email protected]>"]
6-
repo = "https://github.com/JuliaString/ModuleInterfaceTools.jl.git"
5+
name = "ModuleInterfaceTools"
6+
repo-rev = ""
7+
repo-url = "https://github.com/JuliaString/ModuleInterfaceTools.jl.git"
78
uuid = "5cb8414e-7aab-5a03-a681-351269c074bf"
9+
version = "0.1.1"
810

9-
version = "0.1.0"
1011
[deps]
1112
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1213
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)