-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis is failing #50
Comments
Thanks for bringing this to our attention @bootstraponline, we're currently working on fixing these issues. |
Travis has a hard limit of 50 minutes for Mac builds. If there was some way to cache the app build instead of recompiling every time, that might help. For appium, we've had to use an open source cloudbees account with on premise executors because Travis doesn't play nice with lots of UI tests. |
Yeah it's been pretty annoying trying to work around that. Also, Travis has a log size limit of 2 (or 3) mb I don't quite recall exactly. I switched to using xcpretty for that reason however I think xcpretty sometimes hangs or at least doesn't output stuff which makes travis believe xcodebuild is stuck for more than 10 mins and it terminates our test run. |
Yeah, another awesome feature of Travis:
Probably why Swift provides their own hardware for CI. Hopefully Google has some way of provisioning Macs for builds. I wish there was an AWS like service for Mac builds (without silly timeouts). |
Travis uses MacStadium. Using them directly would mean no limits on the builds. For CI, it'd be easy to plug into a free cloudbees jenkins account. |
Does this still need to be open? |
Yes, Travis is still failing. |
Duplicate of #181 |
I updated the docs and was surprised to see all the Travis failures.
The text was updated successfully, but these errors were encountered: