25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Don't run tests in verbose mode on travis

This commit is contained in:
Paweł Chmielowski 2018-01-31 16:10:09 +01:00
parent f6ebbe4c78
commit b86402f3e7

View File

@ -45,7 +45,7 @@ script:
- make xref
- sed -i -e 's/ct:pal/ct:log/' test/suite.erl
- ln -sf ../sql priv/
- escript ./rebar skip_deps=true ct -v
- escript ./rebar skip_deps=true ct
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log
after_script: