]> granicus.if.org Git - ejabberd/commitdiff
Don't run tests in verbose mode on travis
authorPaweł Chmielowski <pchmielowski@process-one.net>
Wed, 31 Jan 2018 15:10:09 +0000 (16:10 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Wed, 31 Jan 2018 15:10:09 +0000 (16:10 +0100)
.travis.yml

index b84f1838c905e6bd28b7d7b39ce27c79b1e1884e..97a54216031e9a0c2aafa309e2f478871599ba3a 100644 (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: