Integrate Gitlab and TravisCi

2019-04-19 11:23发布

Is there a way where I can integrate TravisCi with Giltab? or at least logging in TravisCi using username and password and not Github credentials?

1条回答
我只想做你的唯一
2楼-- · 2019-04-19 12:06

No, as of right now, Travis-CI is strictly bound to GitHub. While there are certainly talks about lessening this requirement, it's still there for still some time to come.

As a workaround, you could push your stuff to GitHub and from there to Travis, using GitHub only as an intermediary.

查看更多
登录 后发表回答