CI: Update TravisCI to enable Codecov

This commit is contained in:
Kiva 2017-09-01 07:58:42 -05:00 committed by GitHub
parent 304b00ceda
commit b580c2d274

View File

@ -18,3 +18,7 @@ before_install:
script:
- ./gradlew :app:assembleDebug
after_success:
- bash <(curl -s https://codecov.io/bash)