[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Mar 10 00:42:09 UTC 2016
The branch master has been updated
via 32e4cc0cde3043f59c3661b2a2447338da5e2c0f (commit)
from c5798e0eb557cf13852a3982429a641d5c88bcbe (commit)
- Log -----------------------------------------------------------------
commit 32e4cc0cde3043f59c3661b2a2447338da5e2c0f
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Mar 10 01:31:06 2016 +0100
Travis - the source directory is _srcdist, not _srcdir
Reviewed-by: Stephen Henson <steve at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 0865817..3322543 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
More information about the openssl-commits
mailing list