summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ac8d81295d..82fada2c76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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;