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:
|
script:
|
||||||
# Unit Test
|
# Unit Test
|
||||||
- ./gradlew -Pcoverage test jacocoTestReport
|
- ./gradlew -Pcoverage testFullDebugUnitTest jacocoTestFullDebugUnitTestReport
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Add table
Reference in a new issue