File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 7
7
- 1.0
8
8
- 1
9
9
- nightly
10
- matrix :
10
+ jobs :
11
11
allow_failures :
12
12
- julia : nightly
13
- notifications :
14
- email : false
15
- # uncomment the following lines to override the default test script
16
- # script:
17
- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
18
- # - julia -e 'using Pkg; Pkg.add(pwd()); Pkg.build("Clustering"); Pkg.test("Clustering"; coverage=true)'
19
- after_success :
20
- - julia -e 'using Pkg, Clustering; cd(joinpath(dirname(pathof(Clustering)), "..")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
21
-
22
- jobs :
23
13
include :
24
14
- stage : " Documentation"
25
15
julia : 1
28
18
- julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
29
19
- julia --project=doc/ doc/make.jl
30
20
after_success : skip
21
+ notifications :
22
+ email : false
23
+ # uncomment the following lines to override the default test script
24
+ # script:
25
+ # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
26
+ # - julia -e 'using Pkg; Pkg.add(pwd()); Pkg.build("Clustering"); Pkg.test("Clustering"; coverage=true)'
27
+ after_success :
28
+ - julia -e 'using Pkg, Clustering; cd(joinpath(dirname(pathof(Clustering)), "..")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
You can’t perform that action at this time.
0 commit comments