We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5ca46 commit 4de6c41Copy full SHA for 4de6c41
.travis.yml
@@ -8,5 +8,6 @@ julia:
8
- 1.0
9
10
after_success:
11
+ - julia -e 'using Pkg; cd(Pkg.dir("SuiteSparseGraphBLAS")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
12
- julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.22"); Pkg.add(ps); Pkg.pin(ps)'
13
- julia -e 'using Pkg; cd(Pkg.dir("SuiteSparseGraphBLAS")); include(joinpath("docs", "make.jl"))'
0 commit comments