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