<div dir="ltr">Hi,<div style>I'm using common tests, rebar and travis-ci. It works fine but when some test falis in travis I can't see the log files.</div><div style><br></div><div style>My Makefile<br></div><div style>
<br></div><div style><div>all:</div><div><span class="" style="white-space:pre">  </span>./rebar get-deps</div><div><span class="" style="white-space:pre">   </span>./rebar compile</div><div><span class="" style="white-space:pre">    </span>bin/bootstrap</div>
<div><br></div><div>clean:</div><div><span class="" style="white-space:pre">      </span>./rebar clean</div><div><br></div><div>test: <span class="" style="white-space:pre">       </span>all</div><div><span class="" style="white-space:pre">        </span>./rebar ct skip_deps=true</div>
<div><br></div><div>doc:<span class="" style="white-space:pre">       </span>all</div><div><span class="" style="white-space:pre">        </span>bin/create_edoc.sh</div></div><div style><br></div><div style><br></div><div style><br></div>
<div style>Any suggestion?</div><div style><br></div><div style>Thanks in advance.</div><div style><br></div><div style><br></div></div>