Skip to content

Commit b9433f9

Browse files
committed
Add Manifest.toml
1 parent 5bf33dc commit b9433f9

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[[ModuleInterfaceTools]]
2+
deps = ["Pkg", "Test"]
3+
repo-rev = ""
4+
repo-url = "https://github.com/JuliaString/ModuleInterfaceTools.jl"
5+
uuid = "5cb8414e-7aab-5a03-a681-351269c074bf"
6+
7+
[[Pkg]]
8+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
9+
10+
[[Random]]
11+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12+
13+
[[Test]]
14+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name = "StrAPI"
2-
desc = "API for Str and Chr types"
31
authors = ["ScottPJones <scottjones@alum.mit.edu>"]
2+
desc = "API for Str and Chr types"
43
keywords = ["API", "Strings", "Characters"]
54
license = "MIT"
6-
uuid = "69e7dfc3-c4d0-5e14-8d95-d6042a05b383"
5+
name = "StrAPI"
76
repo-rev = ""
87
repo-url = "https://github.com/JuliaString/StrAPI.jl.git"
9-
8+
uuid = "69e7dfc3-c4d0-5e14-8d95-d6042a05b383"
109
version = "0.1.1"
10+
1111
[deps]
1212
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
1313
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)