File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : julia
2
+ os :
3
+ - linux
4
+ julia :
5
+ - 1.0
6
+ - 1.1
7
+ - 1.2
8
+ matrix :
9
+ allow_failures :
10
+ - julia : nightly
11
+ notifications :
12
+ email : false
13
+ sudo : false
14
+ branches :
15
+ only :
16
+ - master
17
+ codecov : true
18
+ jobs :
19
+ include :
20
+ - stage : " Documentation"
21
+ julia : 1.0
22
+ os : linux
23
+ script :
24
+ - julia --project=docs -e 'using Pkg; Pkg.add(PackageSpec(path=pwd()))'
25
+ - julia --project=docs --color=yes docs/make.jl
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ Optim = "429524aa-4258-5aef-a3af-852621145aeb"
10
10
SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
11
11
12
12
[extras ]
13
- HypothesisTests = " 09f84164-cd44-5f33-b23f-e6b0d136a0d5"
14
13
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15
+ HypothesisTests = " 09f84164-cd44-5f33-b23f-e6b0d136a0d5"
15
16
16
17
[targets ]
17
- test = [" Test" ]
18
+ test = [" Test" , " Random " , " HypothesisTests " ]
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import Base.length
8
8
# Core files
9
9
include (" abstracts.jl" )
10
10
include (" utils.jl" )
11
- include (" sample.jl" )
12
11
include (" link_functions.jl" )
13
12
include (" score.jl" )
14
13
include (" MLE.jl" )
You can’t perform that action at this time.
0 commit comments