Skip to content

Commit

Permalink
Use Coverage 0.6.0 to work around #507, JuliaCI/Coverage.jl#187.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoolen committed Oct 30, 2018
1 parent 8a4b9cc commit df2b444
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,7 +18,7 @@ notifications:
before_script:
- export PYTHON="" # for SymPy
after_success:
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia --project -e 'using Pkg; pkg"add Coverage@0.6.0"; using Coverage; Codecov.submit(Codecov.process_folder())'
jobs:
include:
- stage: Documentation
Expand Down

0 comments on commit df2b444

Please sign in to comment.