[CALCITE-1123] Get Travis working with a separated Avatica build
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/749b236c Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/749b236c Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/749b236c Branch: refs/heads/master Commit: 749b236c0ec72b02439403e44b29427e837e6704 Parents: 65f2afa Author: Josh Elser <[email protected]> Authored: Fri Mar 4 00:55:24 2016 -0500 Committer: Josh Elser <[email protected]> Committed: Mon Mar 7 13:12:03 2016 -0500 ---------------------------------------------------------------------- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/749b236c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index a88afc2..b63f468 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,12 @@ branches: - javadoc - /^branch-.*$/ - /^[0-9]+-.*$/ +install: + - cd avatica && mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V && cd .. + - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V script: - mvn -Dsurefire.useFile=false javadoc:javadoc test + - cd avatica && mvn -Dsurefire.useFile=false javadoc:javadoc test && cd .. + - mvn -Dsurefire.useFile=false javadoc:javadoc test git: depth: 10000 sudo: false
