Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate Gitlab and TravisCi

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?

like image 867
Carlos Castellanos Avatar asked Mar 27 '14 16:03

Carlos Castellanos


People also ask

How do I integrate Travis CI with GitHub?

Go to Travis-ci.com and Sign up with GitHub. Accept the Authorization of Travis CI. You’ll be redirected to GitHub. Click the green Activate button, and select the repositories you want to use with Travis CI. Add a .travis.yml file to your repository to tell Travis CI what to do.

What is GitLab integration?

GitLab Integration. GitLab integrates with multiple third-party services to allow external issue trackers and external authentication.

How do I integrate Gitlab with Trello?

GitLab can be integrated with the following enhancements: Add GitLab actions to Gmail actions buttons . Configure PlantUML or Kroki to use diagrams in AsciiDoc and Markdown documents. Attach merge requests to Trello cards. Enable integrated code intelligence powered by Sourcegraph .

How do I get Started with Travis CI?

To get started with Travis CI # Go to Travis-ci.com and Sign up with GitHub. Accept the Authorization of Travis CI. You’ll be redirected to GitHub. Click the green Activate button, and select the repositories you want to use with Travis CI. Add a .travis.yml file to your repository to tell Travis CI what to do.


1 Answers

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.

like image 193
Holger Just Avatar answered Nov 01 '22 17:11

Holger Just