You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by wi...@apache.org on 2015/03/27 19:15:28 UTC

[30/50] [abbrv] incubator-commonsrdf git commit: Add jacoco and coveralls to travis ci configuration

Add jacoco and coveralls to travis ci configuration


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/6093f956
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/6093f956
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/6093f956

Branch: refs/heads/master
Commit: 6093f9561c9f2c5a100f53bd4a8387f3f7ce90da
Parents: eaf1d67
Author: Peter Ansell <p_...@yahoo.com>
Authored: Tue Jan 27 12:53:55 2015 +1100
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Tue Jan 27 12:53:55 2015 +1100

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/6093f956/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index cf8f32c..736752b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,3 +5,5 @@ notifications:
   email:
     - ansell.peter@gmail.com
     - sergio@wikier.org
+after_success:
+  - mvn clean test jacoco:report coveralls:jacoco