diff --git a/.travis.yml b/.travis.yml index c4cd07f4e6d7..1081200ea165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - ./mvnw dependency:resolve -B script: + - ./mvnw checkstyle:check -B - ./mvnw test -B - ./mvnw javadoc:jar source:jar -B