Skip to content

Commit

Permalink
Send coverage after build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Insality committed Nov 1, 2019
1 parent 6d3eff0 commit 5f9e1f8
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 @@ -10,4 +10,7 @@ env:
- DEFOLD_BOOSTRAP_COLLECTION=/test/test.collectionc

script:
- "./.travis/run.sh"
- "./.travis/run.sh"

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

0 comments on commit 5f9e1f8

Please sign in to comment.