[erlang-questions] rebar, ct and travis-ci
Pablo Vieytes
pablo.vb80@REDACTED
Tue Jul 16 10:39:16 CEST 2013
Hi,
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.
My Makefile
all:
./rebar get-deps
./rebar compile
bin/bootstrap
clean:
./rebar clean
test: all
./rebar ct skip_deps=true
doc: all
bin/create_edoc.sh
Any suggestion?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130716/c6496fa8/attachment.htm>
More information about the erlang-questions
mailing list