.travis.yml: where it matters, have build and source nesting levels differ
authorRichard Levitte <levitte@openssl.org>
Wed, 26 Feb 2020 13:57:39 +0000 (14:57 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 4 Mar 2020 11:55:57 +0000 (12:55 +0100)
commit6caf63ec4871a578f6f99c668b67e495ccc2bbf6
tree6f3e2808b4b8015bc54d6b3c7d03fa72c6633979
parenta8055c70fa0828636b99fe613a642a2066c0aa8b
.travis.yml: where it matters, have build and source nesting levels differ

Where we build out of source, the source directory was _srcdist and
the build directory was _build.  That gives the same nesting level for
both, which doesn't quite exercise all aspects of relative back
references from build to source tree.

Changing the build tree to be in _build/tree will challenge back
references a bit more, and ensure a bit more that we got it right.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/11186)
.travis.yml