NoJira: Run coveralls:report after build
Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/6f332610 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/6f332610 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/6f332610 Branch: refs/heads/parser_regression Commit: 6f332610eb7a4fcc0b978b90f1fc9c8b253aa2b8 Parents: 51cd809 Author: Jörn Kottmann <[email protected]> Authored: Tue Feb 7 18:49:39 2017 +0100 Committer: Jörn Kottmann <[email protected]> Committed: Sun Apr 16 19:24:51 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/6f332610/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 81bf0f7..b4c83ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ before_install: script: mvn clean install after_success: - - mvn clean test -Pjacoco jacoco:report \ No newline at end of file + - mvn clean test -Pjacoco jacoco:report coveralls:report
