commit | 522580dd0ebe108991362450bd440e9003295dfa | [log] [tgz] |
---|---|---|
author | Eric Anderson <ejona@google.com> | Fri Aug 07 18:02:31 2015 -0700 |
committer | Eric Anderson <ejona@google.com> | Tue Aug 11 11:26:21 2015 -0700 |
tree | 239a0a68d521faf124e04a1fd4df103dcb7f87e5 | |
parent | f681b5f8beef3f36508edc61cdc79cb0399b348d [diff] [blame] |
Add coveralls support
diff --git a/.travis.yml b/.travis.yml index fa3c759..ef2fd49 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -17,6 +17,9 @@ before_script: - test -z "$(git status --porcelain)" || (git status && echo Error Working directory is not clean. Forget to commit generated files? && false) +after_success: + - ./gradlew :grpc-all:coveralls + jdk: - oraclejdk8