From: Richard Levitte Date: Thu, 10 Mar 2016 00:31:06 +0000 (+0100) Subject: Travis - the source directory is _srcdist, not _srcdir X-Git-Tag: OpenSSL_1_1_0-pre4~106 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=32e4cc0cde3043f59c3661b2a2447338da5e2c0f;p=oweals%2Fopenssl.git Travis - the source directory is _srcdist, not _srcdir Reviewed-by: Stephen Henson --- diff --git a/.travis.yml b/.travis.yml index 0865817ae3..332254371f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ before_script: srcdir=.; cd _srcdist; else - srcdir=../_srcdir; + srcdir=../_srcdist; mkdir _build; cd _build; if which ccache >/dev/null; then