Skip to content

Commit

Permalink
adds coveralls to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Mar 7, 2017
1 parent 31fce47 commit df20dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ before_script:
script:
- ./gradlew clean assemble --stacktrace
- ./gradlew lint --stacktrace
- ./gradlew test connectedAndroidTest createDebugCoverageReport --stacktrace
- ./gradlew test connectedAndroidTest createDebugCoverageReport coveralls --stacktrace

deploy:
- provider: script
Expand Down

0 comments on commit df20dab

Please sign in to comment.