Hacker News new | ask | show | jobs
by pbiggar 4856 days ago
I'd advise against trying to learn "about" CI. There are articles and even books about CI, and they over complicate it I feel. The way I would think about is simple: each time you push code, tests run. That's all there is to it :)

And thanks!