Travis - add missing semi-colon
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
3253927d5f
commit
8cffddc0f2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ before_script:
|
|||
else
|
||||
if which ccache >/dev/null; then
|
||||
CC="ccache $CC";
|
||||
fi
|
||||
fi;
|
||||
$srcdir/config $CONFIG_OPTS;
|
||||
fi
|
||||
- cd ..
|
||||
|
|
Loading…
Reference in a new issue