Y
Hacker News
new
|
ask
|
show
|
jobs
by
tf2manu994
3490 days ago
Yep, theyre great. One major problem for me is that their build logs are in pure Black, and don't have any colour output. Also, afaik you can't set up a multi stage build step, like Travis.
1 comments
bobfunk
3489 days ago
You can setup multi stage builds like:
npm run build && npm run test
link