Skip to content

Commit

Permalink
TRY ADD: codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Dec 17, 2019
1 parent 774dc18 commit e524296
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 @@ -6,4 +6,7 @@ services: docker
jobs:
include:
- stage: test
script: ./gradlew check
script: ./gradlew check

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

0 comments on commit e524296

Please sign in to comment.