Skip to content

Commit

Permalink
Run style check in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amirlivneh committed Mar 13, 2019
1 parent 66ce793 commit d4afa4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ install:
- ./mvnw dependency:resolve -B

script:
- ./mvnw checkstyle:check -B
- ./mvnw test -B
- ./mvnw javadoc:jar source:jar -B

Expand Down

0 comments on commit d4afa4b

Please sign in to comment.