diff --git a/.travis.yml b/.travis.yml index 9f3325c..95cc636 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ script: - ./gradlew test after_success: - - ./gradlew jacocoTestReport coveralls \ No newline at end of file + - ./gradlew jacocoTestReport coveralls --stacktrace \ No newline at end of file