Skip to content

Commit

Permalink
chore: skip checkstyle in Travis install phase (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
surli authored and monperrus committed Nov 25, 2017
1 parent a660024 commit 22ec309
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 @@ -10,6 +10,7 @@ env:
- SCRIPT=travis-coverage.sh
- SCRIPT=travis-verify.sh

install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -B -V
script: ./chore/travis/$SCRIPT

cache:
Expand Down

0 comments on commit 22ec309

Please sign in to comment.