RNG-11: switch cobertura:cobertura to jacoco:report
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/104e448d Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/104e448d Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/104e448d Branch: refs/heads/master Commit: 104e448de0770230e31d9c2f6e4b728da7e28336 Parents: 51e8563 Author: Rob Tompkins <[email protected]> Authored: Mon Aug 22 14:58:01 2016 -0400 Committer: Rob Tompkins <[email protected]> Committed: Mon Aug 22 14:58:01 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/104e448d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 2715dd6..9db916b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ jdk: - oraclejdk8 after_success: - - mvn clean test pmd:pmd findbugs:findbugs checkstyle:checkstyle cobertura:cobertura coveralls:report + - mvn clean test pmd:pmd findbugs:findbugs checkstyle:checkstyle jacoco:report coveralls:report
