pforth
pforth copied to clipboard
Travis CI should fail if unit test fails
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.