Skip to content

Commit

Permalink
Merge pull request #6 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 983df55 + 7e37f8d commit 15c279a
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 @@ -18,4 +18,6 @@ branches:
notifications:
email: false
after_success:
- julia --project -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(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 15c279a

Please sign in to comment.