summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 231f4dd1b2..9ce52bf3f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,8 +32,8 @@ before_script:
git fetch upstream master:master || :
script:
- - ([ "${GROUP}" = "1" ] && make tests CT_OPTS+='-verbosity 50')
- - ([ "${GROUP}" = "2" ] && sh ./scripts/travis_test_ocf_ra.sh)
+ - if test "${GROUP}" = '1'; then make tests CT_OPTS+='-verbosity 50'; fi
+ - if test "${GROUP}" = '2'; then sh ./scripts/travis_test_ocf_ra.sh; fi
cache:
apt: true