Skip to content

Commit d73ad99

Browse files
committed
Travis CI: Do not set CT_OPTS, it's handled by rabbitmq-build.mk
1 parent 27cc585 commit d73ad99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_script:
3333
git fetch upstream master:master || :
3434
3535
script:
36-
- if test "${GROUP}" = '1'; then make tests CT_OPTS+='-verbosity 50 -erl_args -kernel error_logger silent'; fi
36+
- if test "${GROUP}" = '1'; then make tests; fi
3737
- if test "${GROUP}" = '2'; then sh ./scripts/travis_test_ocf_ra.sh; fi
3838

3939
cache:

0 commit comments

Comments
 (0)