Repository: calcite Updated Branches: refs/heads/master d74027c98 -> b1789ba18
Skip second Checkstyle execution during Travis CI build Checkstyle is validated during mvn install part, so there's no need to repeat that Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/b1789ba1 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/b1789ba1 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/b1789ba1 Branch: refs/heads/master Commit: b1789ba18e924e533dbeaea8d0849524197136f7 Parents: d74027c Author: Vladimir Sitnikov <[email protected]> Authored: Sat Sep 1 04:45:44 2018 +0300 Committer: Vladimir Sitnikov <[email protected]> Committed: Sat Sep 1 04:45:54 2018 +0300 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/b1789ba1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 411e116..bd7a59d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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
