Repository: commons-csv Updated Branches: refs/heads/master 3a8b73577 -> 74d1140f6
Use Jacoco instead per config file. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/74d1140f Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/74d1140f Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/74d1140f Branch: refs/heads/master Commit: 74d1140f6f4ee30861881baec01625f8f9dca913 Parents: 3a8b735 Author: Gary Gregory <[email protected]> Authored: Fri Nov 25 21:11:57 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 25 21:11:57 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/74d1140f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c2fac09..a707517 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk8 after_success: - - mvn clean cobertura:cobertura coveralls:report + - mvn clean jacoco:report coveralls:report
