Merge pull request #844 from triplem/travis

build flavour full type debug on travis
This commit is contained in:
Milos Kozak 2018-04-05 21:19:23 +02:00 committed by GitHub
commit 3fc442ed9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)