ReadyTalk / avian

[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
https://readytalk.github.io/avian/
Other
1.22k stars 173 forks source link

ci.sh test failures don't cause Travis job to fail #416

Closed dicej closed 9 years ago

dicej commented 9 years ago

I was just skimming over the output from a recent Travis job and noticed that one of the tests failed without causing the overall job to fail. That's not cool.

Search for "fail" in https://travis-ci.org/ReadyTalk/avian/jobs/52475399 to see what I mean.

dicej commented 9 years ago

@sgoings: might this have something to do with the recent ci.sh changes to support artifact publishing?