Hacker News new | ask | show | jobs
by dewyatt 2667 days ago
I would recommend considering GitLab CI as well. I started moving some projects over there a few months back and I've been quite happy with it. The transition from Travis CI was pretty smooth. There are some differences in concepts (cache vs artifacts), but the GitLab CI documentation is pretty good.

Plus you can run it all locally with a couple of docker containers (gitlab-ce/gitlab-ee & gitlab-runner).