Repository: commons-lang
Updated Branches:
  refs/heads/master e702828e7 -> 9aea44ace


travis: add clirr check


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9aea44ac
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9aea44ac
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/9aea44ac

Branch: refs/heads/master
Commit: 9aea44aceaada5ac9fb1b1c774e8f56a6f815f2c
Parents: e702828
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Mar 19 10:41:33 2017 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Mar 19 10:41:33 2017 +0100

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/9aea44ac/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 5684ab6..e81e8cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ jdk:
   - oraclejdk8
 
 script:
-  - mvn test checkstyle:check javadoc:javadoc apache-rat:check -B
+  - mvn test apache-rat:check clirr:check checkstyle:check javadoc:javadoc -B
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report

Reply via email to