File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
julia :
6
6
- 1.0
7
- - 1.2
8
7
- 1.3
8
+ - 1.4
9
9
- nightly
10
10
matrix :
11
11
allow_failures :
12
12
julia : nightly
13
- notifications :
14
- email : false
15
- after_success :
16
- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
17
- jobs :
18
13
include :
19
14
- stage : " Documentation"
20
- julia : 1.2
15
+ julia : 1.3
21
16
os : linux
22
17
script :
23
18
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
24
19
Pkg.instantiate()'
25
20
- julia --project=docs/ docs/make.jl
26
21
after_success : skip
22
+ notifications :
23
+ email : false
24
+ after_success :
25
+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments