Skip to content

Commit

Permalink
Skip second Checkstyle execution during Travis CI build
Browse files Browse the repository at this point in the history
Checkstyle is validated during mvn install part, so there's no need to repeat that
  • Loading branch information
vlsi committed Sep 1, 2018
1 parent d74027c commit b1789ba
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 @@ -44,7 +44,7 @@ install:
script:
# Print surefire output to the console instead of files
- unset _JAVA_OPTIONS
- $DOCKERRUN $IMAGE mvn -Dsurefire.useFile=false -Dsurefire.threadCount=1 -Dsurefire.perCoreThreadCount=false -Djavax.net.ssl.trustStorePassword=changeit test
- $DOCKERRUN $IMAGE mvn -Dcheckstyle.skip -Dsurefire.useFile=false -Dsurefire.threadCount=1 -Dsurefire.perCoreThreadCount=false -Djavax.net.ssl.trustStorePassword=changeit test
git:
depth: 10000
sudo: required
Expand Down

0 comments on commit b1789ba

Please sign in to comment.