Travis - add missing semi-colon

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-03-10 08:36:57 +01:00
parent 3253927d5f
commit 8cffddc0f2

View file

@ -77,7 +77,7 @@ before_script:
else
if which ccache >/dev/null; then
CC="ccache $CC";
fi
fi;
$srcdir/config $CONFIG_OPTS;
fi
- cd ..