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 16ec4d6 commit a584582Copy full SHA for a584582
.travis.yml
@@ -15,7 +15,7 @@ matrix:
15
notifications:
16
email: false
17
after_success:
18
- - julia -e 'cd(Pkg.dir("FillArrays")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
19
# - julia -e 'Pkg.add("Documenter")'
20
# - julia -e 'cd(Pkg.dir("FillArrays")); include(joinpath("docs", "make.jl"))'
21
0 commit comments