run rat check before cobertura on travis to make it more visible in case it fails

This commit is contained in:
pascalschumacher 2016-12-18 16:01:50 +01:00
parent 15f01c99c1
commit 5738b2943c
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ jdk:
- oraclejdk8
after_success:
- mvn clean cobertura:cobertura coveralls:report apache-rat:check
- mvn clean apache-rat:check cobertura:cobertura coveralls:report