Travis CI Travis CI is a continuous integration service used to build and test software projects. It automates the testing process for developers, ensuring code changes don't break the existing codebase. Official docs: https://developer.travis-ci.com/ Travis CI Overview - Repository - Build - Account - Log Working with Travis CI This skill uses the Membrane CLI to interact with Travis CI. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the Membrane CLI so you can run from the t…