Generating 'site' in travis-ci takes too long
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/f4b4ee11 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/f4b4ee11 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/f4b4ee11 Branch: refs/heads/master Commit: f4b4ee115a53c676b81da5390a39705b0996db0b Parents: 5fdc866 Author: Julian Hyde <[email protected]> Authored: Sat Feb 20 16:41:03 2016 -0800 Committer: Julian Hyde <[email protected]> Committed: Sat Feb 20 16:41:03 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/f4b4ee11/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b325906..a88afc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ branches: - /^branch-.*$/ - /^[0-9]+-.*$/ script: - mvn -Dsurefire.useFile=false javadoc:javadoc test site + mvn -Dsurefire.useFile=false javadoc:javadoc test git: depth: 10000 sudo: false
