Skip to content

Commit

Permalink
Merge pull request #41 from tkoolen/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 13, 2019
2 parents 207120c + 6ecedd3 commit c31efa3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ os:
- linux
julia:
- 1.0
- 1.1
- nightly
matrix:
allow_failures:
Expand All @@ -15,4 +16,6 @@ branches:
notifications:
email: false
after_success:
- julia --project -e 'import 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 c31efa3

Please sign in to comment.