File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -3,27 +3,22 @@ language: julia
3
3
os :
4
4
- linux
5
5
julia :
6
- - 1.1
7
- - nightly
6
+ - 1
8
7
jobs :
9
8
include :
10
9
- stage : " Documentation"
11
- julia : 1.1
10
+ julia : 1
12
11
os : linux
13
12
script :
14
13
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
15
14
Pkg.instantiate()'
16
15
- julia --project=docs/ docs/make.jl
17
16
after_success : skip
17
+
18
18
notifications :
19
19
email : false
20
- branches :
21
- only : # Only kick off CI for master and potential merges to master from within PRs
22
- - master
23
- - /^release-.*$/
24
- - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
25
- matrix :
26
- allow_failures :
27
- - julia : nightly
20
+
21
+ if : branch = master OR tag IS present OR type = pull_request
22
+
28
23
after_success :
29
24
- julia -e 'using Pkg; import Meshing; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments