MySmallBasic
MySmallBasic copied to clipboard
A successful build in Travis does not cover a successful build on Eclipse.
I found an interesting issue. There can be a mismatch in terms of successful builds between Travis and Eclipse.
- In Travis, the path to the jar libraries is given in the script.
- But on Eclipse, .classpath is referenced to build the project using the jar libraries.
Can we do better by preventing the happenings of such a mismatch in Travis?