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/d1ab9182 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/d1ab9182 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/d1ab9182 Branch: refs/heads/parser_regression Commit: d1ab9182f09e55430f557ed12466fc8c11aa34b2 Parents: 203ea17 Author: Jörn Kottmann <[email protected]> Authored: Tue Feb 7 18:49:39 2017 +0100 Committer: Jörn Kottmann <[email protected]> Committed: Thu Apr 20 12:40:18 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/d1ab9182/.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
