File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,27 @@ language: julia
44
55os :
66 - linux
7- # - osx
7+ - osx
88
99julia :
10- # - nightly
1110 - 1
11+ - nightly
1212
1313codecov : true
1414coveralls : true
1515
16+ notifications :
17+ email : false
18+
1619jobs :
20+ # Uncomment the following lines to allow failures on nightly julia
21+ # (tests will run but not make your overall status red)
1722 allow_failures :
1823 - julia : nightly
24+ fast_finish : true
1925 include :
2026 - stage : " Documentation"
21- julia : 1.5
27+ julia : 1.6
2228 os : linux
2329 env :
2430 - GKSwstype="100" # See https://github.com/jheinen/GR.jl/issues/278
3541 - julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
3642 - julia --color=yes --project=docs/ docs/make.jl
3743 after_success : skip
38-
39- notifications :
40- email : false
You can’t perform that action at this time.
0 commit comments