Skip to content

Commit

Permalink
run Checkstyle&FindBugs in Travis CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Oct 26, 2016
1 parent a0b221b commit 9d6e7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:
directories:
- $HOME/.gradle

script: "./gradle clean test htmlunit"
script: "./gradle clean check test htmlunit"

jdk:
- oraclejdk8
Expand Down

0 comments on commit 9d6e7cb

Please sign in to comment.