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