Fix travis builds

Travis doesn't seem to know about 'expr'

Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
Richard Levitte
2016-03-08 17:27:15 +01:00
parent 638b3c8837
commit 9cae86d56f

View File

@@ -83,7 +83,7 @@ before_script:
- cd ..
script:
- if expr "$CONFIG_OPTS" : "--unified"; then
- if echo "$CONFIG_OPTS" | grep "--unified" >/dev/null; then
cd _build;
else
cd _srcdist;