0x7CFE / llst

LLVM powered Little Smalltalk.
Other
93 stars 10 forks source link

Fixes compiler error reports in Travis #72

Closed kpp closed 9 years ago

kpp commented 9 years ago

Previous implementation of travis integration checked return code of build script only. So, even if compilation errors are detected, still build was reported as false-positive.

Current implementation should handle all possible fail situations and prevent from merging a pull request that will break the intergation branch.