You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2017/02/07 22:12:24 UTC

opennlp git commit: NoJira: Run coveralls:report after build

Repository: opennlp
Updated Branches:
  refs/heads/master a21b4f5c0 -> 99e298341


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/99e29834
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/99e29834
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/99e29834

Branch: refs/heads/master
Commit: 99e298341c25c7cfd2a4eba868248e6cc8830cc4
Parents: a21b4f5
Author: J�rn Kottmann <jo...@apache.org>
Authored: Tue Feb 7 18:49:39 2017 +0100
Committer: J�rn Kottmann <jo...@apache.org>
Committed: Tue Feb 7 23:10:16 2017 +0100

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/99e29834/.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