Open jayvdb opened 6 years ago
With the big migration from GitHub to GitLab, it would be helpful if yehua supported GitLab.
First step is adding a question for scm_host, and slightly changing the organisation question.
scm_host
organisation
Ideally generate GitLabs CI's .gitlab-ci.yml file.
.gitlab-ci.yml
Also it is possible to support Shippable, which works with GitLab, by ensuring the .travis.yml file works correctly on Shippable.
.travis.yml
I may add a question allow developer switch between gitlab+gitlabci and github+travis-ci.
I am not using gitlab so I would appreciate some gitlab user to contribute.
With the big migration from GitHub to GitLab, it would be helpful if yehua supported GitLab.
First step is adding a question for
scm_host
, and slightly changing theorganisation
question.Ideally generate GitLabs CI's
.gitlab-ci.yml
file.Also it is possible to support Shippable, which works with GitLab, by ensuring the
.travis.yml
file works correctly on Shippable.