diff --git a/.travis.yml b/.travis.yml index 8a54446..f264652 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,6 @@ branches: - dev - coveralls after_success: - - ./gradlew clean jacocoTestReport coveralls \ No newline at end of file + - ./gradlew clean jacocoTestReport + - ./gradlew :rxlocationmanager:coveralls + - ./gradlew :kotlin:coveralls \ No newline at end of file