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
1 changed files with 1 additions and 1 deletions

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: