Skip to content

Commit

Permalink
Move Codecov to after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Feb 4, 2020
1 parent 1eea590 commit 0f5e80d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ cache:

script:
- make test

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0f5e80d

Please sign in to comment.