File tree Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
# # uncomment the following lines to allow failures on nightly julia
15
15
# # (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
19
19
20
20
# # uncomment and modify the following lines to manually install system packages
21
21
# addons:
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change 1
- name = " StrAPI"
2
- desc = " API for Str and Chr types"
3
1
authors = [" ScottPJones <scottjones@alum.mit.edu>" ]
2
+ desc = " API for Str and Chr types"
4
3
keywords = [" API" , " Strings" , " Characters" ]
5
4
license = " MIT"
6
- uuid = " 69e7dfc3-c4d0-5e14-8d95-d6042a05b383 "
5
+ name = " StrAPI "
7
6
repo-rev = " "
8
7
repo-url = " https://github.com/JuliaString/StrAPI.jl.git"
9
-
8
+ uuid = " 69e7dfc3-c4d0-5e14-8d95-d6042a05b383 "
10
9
version = " 0.1.1"
10
+
11
11
[deps ]
12
12
ModuleInterfaceTools = " 5cb8414e-7aab-5a03-a681-351269c074bf"
13
13
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
You can’t perform that action at this time.
0 commit comments