1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00

Merge pull request #4714 from amirlivneh/travis-verify

Run style check in Travis CI
This commit is contained in:
Jesse Wilson
2019-03-13 21:00:00 -04:00
committed by GitHub

View File

@@ -13,6 +13,7 @@ install:
- ./mvnw dependency:resolve -B
script:
- ./mvnw checkstyle:check -B
- ./mvnw test -B
- ./mvnw javadoc:jar source:jar -B