GitHub Travic-Ci Build Failed After Pull Request

501 views Asked by At

I made a very minor tweak to a PureData file causing an issue and submitted a pull request to fix this. There are no branch conflicts and everything works correctly, however I've stumbled upon a "Travic CI build failed" error. The log for this error is below. Anybody have any idea why this fails?

Failed Travis-CI Build Log

1

There are 1 answers

0
renefritze On

Your project includes no .travis.yml in its source root directory. Therefore travis tries to build a default ruby project. This fails because yours' is not a default ruby project.