Skip to content

Fixing Build Errors Travis

Raviv Rachmiel edited this page Apr 7, 2017 · 1 revision

Fixing Build Errors

There are two main scenarios which can cause Travis to fail when building the project:

Compilation Errors Which cause a build failure:

This is the easy case - when someone commits changes which cause compile errors. When coming up with this failure - all that you have to do is fix the compilation errors, build the project and commit the fixes.

Dependency/Configuration Errors regarding Travis:

In this case, you will not see the errors in your project. As a matter of fact, when pulling the project, you will probably build the project successfully. In order to fix this kind of failures:

  1. Press on the red 'X' on Github - you will get a detailed log of the build process.
  2. Open as "Raw" Version
  3. Search for - [ERROR]
  4. Find the solution across the web, probably in SO
  5. Fix and commit

Good luck 💯

Clone this wiki locally