Closed afestein closed 8 years ago
When RubyMotion is updated during the Travis build, the update command returns an exit code of 1 if the software is already up to date. According to the Travis documentation, a non-zero exit code will cause the build to fail.
See https://travis-ci.org/infinitered/ProMotion/builds/145458532 for an example of a failing build.
Catching this non-error lets us continue with the build.
motion update returns a non-zero exit code when it is already up to date? :facepalm:
motion update
Thanks for fixing this. 👍
When RubyMotion is updated during the Travis build, the update command returns an exit code of 1 if the software is already up to date. According to the Travis documentation, a non-zero exit code will cause the build to fail.
See https://travis-ci.org/infinitered/ProMotion/builds/145458532 for an example of a failing build.
Catching this non-error lets us continue with the build.