Merge pull request #844 from triplem/travis
build flavour full type debug on travis
This commit is contained in:
commit
3fc442ed9d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ before_install:
|
|||
|
||||
script:
|
||||
# Unit Test
|
||||
- ./gradlew -Pcoverage test jacocoTestReport
|
||||
- ./gradlew -Pcoverage testFullDebugUnitTest jacocoTestFullDebugUnitTestReport
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Reference in a new issue