travis: add clirr check

This commit is contained in:
pascalschumacher 2017-03-19 10:41:33 +01:00
parent e702828e7b
commit 9aea44acea
1 changed files with 1 additions and 1 deletions

View File

@ -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