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 27cc585 commit d73ad99Copy full SHA for d73ad99
.travis.yml
@@ -33,7 +33,7 @@ before_script:
33
git fetch upstream master:master || :
34
35
script:
36
- - if test "${GROUP}" = '1'; then make tests CT_OPTS+='-verbosity 50 -erl_args -kernel error_logger silent'; fi
+ - if test "${GROUP}" = '1'; then make tests; fi
37
- if test "${GROUP}" = '2'; then sh ./scripts/travis_test_ocf_ra.sh; fi
38
39
cache:
0 commit comments