commit | 32e4cc0cde3043f59c3661b2a2447338da5e2c0f | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Mar 10 01:31:06 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Thu Mar 10 01:31:06 2016 +0100 |
tree | f6a6a845e3eaaf1c294cff7c7c0508ca17b706eb | |
parent | c5798e0eb557cf13852a3982429a641d5c88bcbe [diff] |
Travis - the source directory is _srcdist, not _srcdir Reviewed-by: Stephen Henson <steve@openssl.org>
diff --git a/.travis.yml b/.travis.yml index 0865817..3322543 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -64,7 +64,7 @@ srcdir=.; cd _srcdist; else - srcdir=../_srcdir; + srcdir=../_srcdist; mkdir _build; cd _build; if which ccache >/dev/null; then