Skip to content

Commit

Permalink
Get coverage on 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed Jan 18, 2019
1 parent 16c8785 commit f72dc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,5 +15,5 @@ matrix:
notifications:
email: false
after_success:
# push coverage results to Codecov
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Coveralls
- julia -e 'VERSION >= v"0.7" && using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit f72dc42

Please sign in to comment.