File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ notifications:
1616
1717after_success :
1818 # push coverage results to Coveralls
19- - julia -e 'cd( Pkg.dir("MultivariatePolynomials")); Pkg.add("Coverage") ; using Coverage; Coveralls.submit(Coveralls.process_folder())'
19+ - julia -e 'using Pkg; Pkg.add("Coverage"); import MultivariatePolynomials; cd(joinpath(dirname(pathof(MultivariatePolynomials)), "..")) ; using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov .process_folder())'
2020 # push coverage results to Codecov
21- - julia -e 'cd(Pkg.dir("MultivariatePolynomials")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
22- # update doc
23- - julia -e 'Pkg.add("Documenter")'
24- - julia -e 'cd(Pkg.dir("MultivariatePolynomials")); include(joinpath("docs", "make.jl"))'
21+ - julia -e 'using Pkg; Pkg.add("Documenter")'
22+ - julia -e 'import MultivariatePolynomials; cd(joinpath(dirname(pathof(MultivariatePolynomials)), "..")); include(joinpath("docs", "make.jl"))'
You can’t perform that action at this time.
0 commit comments