I'd love to set Laravel up on GitLab with CI, however I can not find any tutorials on how to configure the .gitlab-ci.yml file for a basic Laravel 5.2 installation. Does anyone have any experience with this? Currently I'm just on gitlab.com using their shared runners.
Laravel CI Testing with GitLab
I'd love to set Laravel up on GitLab with CI, however I can not find any tutorials on how to configure the
.gitlab-ci.yml
file for a basic Laravel 5.2 installation. Does anyone have any experience with this? Currently I'm just on gitlab.com using their shared runners.