show test output as it is available
thedavidmeister opened this issue · 4 comments
If you just have Running cljs tests...
with no further output for 10 minutes or more, Travis will cancel and fail the whole build.
All you need to do to avoid this is make sure there is output to the terminal more than once per 10 minutes.
Thanks for reporting - this sounds like an upstream issue, but I'll take a look and follow up 👍
@crisptrutski I added behavior for this here bensu/doo@41f5c32
which is available in 0.1.6
@bensu nice work!
@thedavidmeister pushed [crisptrutski/boot-cljs-test "0.2.1-SNAPSHOT"]
, would you mind trying it out?
Note that {:optimizations :none}
will not work yet, I need to figure out how that'll work with the latest version of doo.
The awesome [doo "0.1.6"]
has been released, and latest boot-cljs-test
is getting this for free 🎉