pforth icon indicating copy to clipboard operation
pforth copied to clipboard

Travis CI should fail if unit test fails

Open philburk opened this issue 5 years ago • 0 comments

We fail if the C build fails but not if we break the Forth.

May need to throw an exception or pass back a return code so pForth main returns 1. Then we can detect that and return 1 from the Travis execution.

philburk avatar Sep 13 '20 20:09 philburk