Repository: commons-lang Updated Branches: refs/heads/master c56b87d6e -> e7b3e1d20
update travis to use jacoco coverage report Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/e7b3e1d2 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/e7b3e1d2 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/e7b3e1d2 Branch: refs/heads/master Commit: e7b3e1d20f754729e9d9d478575831082225804b Parents: c56b87d Author: Chas Honton <c...@apache.org> Authored: Wed Oct 11 08:03:59 2017 -0700 Committer: Chas Honton <c...@apache.org> Committed: Wed Oct 11 08:03:59 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/e7b3e1d2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 4977537..6e09a29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ script: - mvn after_success: - - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura + - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco