Repository: commons-text Updated Branches: refs/heads/master df543ca9c -> c0b4869e6
run rat check on travis Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c0b4869e Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/c0b4869e Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/c0b4869e Branch: refs/heads/master Commit: c0b4869e6b8543849d3b4e65ad9ade3fe9e9251f Parents: df543ca Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Sun Dec 18 17:22:37 2016 +0100 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Sun Dec 18 17:22:37 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/c0b4869e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 9e3529b..d51d8d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk8 after_success: - - mvn clean test jacoco:report coveralls:report + - mvn clean apache-rat:check test jacoco:report coveralls:report