build flavour full type debug on travis

This commit is contained in:
Markus M. May 2018-04-05 20:54:48 +02:00
parent ee133f87ae
commit f89372e1de

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)