From: Paweł Chmielowski Date: Wed, 31 Jan 2018 15:10:09 +0000 (+0100) Subject: Don't run tests in verbose mode on travis X-Git-Tag: 18.03~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b86402f3e7c9c775f71b694a5df3a26d80c5b69e;p=ejabberd Don't run tests in verbose mode on travis --- diff --git a/.travis.yml b/.travis.yml index b84f1838c..97a542160 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: