Skip to content

Commit

Permalink
updating travis to use coverage 0.6 as per JuliaCI/Coverage.jl#187
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Oct 30, 2018
1 parent 7bd9840 commit 0ed4148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ script:
# - julia -e 'Pkg.test("JuDoc")'
after_success:
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("JuDoc")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("JuDoc")); Pkg.add("Coverage@0.6.0"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit 0ed4148

Please sign in to comment.