File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,14 @@ matrix:
1212 allow_failures :
1313 - julia : nightly
1414after_success :
15- - julia --project=test/coverage -e 'using Pkg; Pkg.instantiate()'
16- - julia --project=test/coverage test/coverage/coverage.jl
15+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder()); Coveralls.submit(process_folder())'
1716jobs :
1817 include :
19- - stage : deploy
18+ - stage : " Documentation "
2019 julia : 1.0
2120 os : linux
2221 script :
23- - julia --project=docs -e 'using Pkg; ps= Pkg.PackageSpec(name="Documenter", version="0.19" ); Pkg.add(ps); Pkg.pin(ps); Pkg.instantiate( )'
22+ - julia --project=docs/ -e 'using Pkg; Pkg.instantiate( ); Pkg.add(PackageSpec(path=pwd())) )'
2423 - julia --project=docs --color=yes docs/make.jl
2524 after_success : skip
2625notifications :
You can’t perform that action at this time.
0 commit comments