We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434e327 commit 1abf4b3Copy full SHA for 1abf4b3
.travis.yml
@@ -32,8 +32,8 @@ before_script:
32
git fetch upstream master:master || :
33
34
script:
35
- - ([ "${GROUP}" = "1" ] && make tests CT_OPTS+='-verbosity 50')
36
- - ([ "${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
37
38
cache:
39
apt: true
0 commit comments