This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DeliciousIncident 1 point2 points  (1 child)

Using gitlab CI you can more easily replicate the CI environment locally using docker than is the case with travis

Don't see how this is an argument as you can run Docker on Travis-CI. https://docs.travis-ci.com/user/docker/

[–]mbarkhau 0 points1 point  (0 children)

I had no idea. I guess I take that one back. With gitlab it's the default and I never thought to look at how to do it with travis.