Hi guys,

A bit off-topic but I hope someone will be able to help trivially...

I'm trying to run Travis on my own gala repository (you might remember gala from my scipy2012 talk, when it was called ray). It appeared to be working fine, but actually it's giving me a little green dot when in fact a bunch of tests are failing!

https://travis-ci.org/jni/gala/builds/16860892

Here's the corresponding .travis.yml file:

https://github.com/jni/gala/blob/tree-agglo/.travis.yml

What am I doing wrong? How can I make it so the test failures result in build failures?

Thanks,

Juan.