Open vergissberlin opened 10 years ago
Thanks for the detailed report. We will try to take care of this asap.
Wohoo.Hopefully I understand one day enough of your code, to fix it by myself. ;-)
+1 adding "| xcpretty --test --color" to the end of an xcode build causes this issue. Seems like this is a workaround: https://groups.google.com/forum/#!msg/travis-ci/JtC4WiCMA0w/9PduHO3FOT8J
Environment
What
As you can see in the log file, the test is failed. However dalek returns the status 0. Therefore, in Travis CI lit the green light. The standard Unix exit code of "0" means the build passed; everything else is treated as failure.
Where
The Build: https://travis-ci.org/vergissberlin/dalekjs-travisci/builds/27998721
Idea
That might solve the problem:
Thank you, André