Skip to content

Commit

Permalink
Merge pull request #29 from JuliaRobotics/tk/coverage-1.1
Browse files Browse the repository at this point in the history
Submit coverage on 1.1 only.
  • Loading branch information
tkoolen authored May 14, 2019
2 parents f57cadc + 0341732 commit 8f20b53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ branches:
- master
- /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags
after_success:
- julia --project -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(Codecov.process_folder())'
- if [[ $TRAVIS_JULIA_VERSION = 1.1 ]]; then
julia --project -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(Codecov.process_folder())';
fi

0 comments on commit 8f20b53

Please sign in to comment.