Travis and custom components

Just started with Travis but my build fails because of a missing custom component. Anyone got a smart solution or work around for this ?

More information required, what’s the error please?

Add your custom component to the instance of travis?
A simple way would be to include it with your configuration since it’s in the same directory. Should work but won’t be “pretty”. This will ofc not work if your component has dependencies that your instance does not satisfy.

Correct. Custom Components was in my .gitignore. Solved.