diaspora / diaspora_federation

A library that provides functionalities needed for the diaspora* federation protocol.
GNU Affero General Public License v3.0
101 stars 29 forks source link

Fix CI script false positive return code #53

Closed cmrd-senya closed 7 years ago

cmrd-senya commented 7 years ago

For Ruby >= 2.2 travis.sh returned 0 even when the rspec test suite has failed. This commit passes the return value from the test suite as the CI script return value.