It happens to me that most of the builds are compiled correctly, but from time to time the same error appears (without changing any .travis.yml parameter)
The error is:
The command "sudo easy_install cpp-coveralls" failed and exited with 1 during .
Now my build got stucked on it when the previous builds have successfully passed this step without problems.
- This is the failing build: https://travis-ci.org/pubnative/pubnative-ios-library/builds/49482893
- This is the repo: https://travis-ci.org/pubnative/pubnative-ios-library/
Why is it so randomly failing?