Skip to content

Split up tests better in travis #457

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

Closed
nickmshelley opened this issue Jun 23, 2016 · 0 comments
Closed

Split up tests better in travis #457

nickmshelley opened this issue Jun 23, 2016 · 0 comments

Comments

@nickmshelley
Copy link
Collaborator

Currently Travis runs two jobs, an iOS one and a Mac one. The majority of time spent on both of these jobs is in the cocoapods tests, which test all platforms (iOS, tvOS, watchOS, and macOS) in both jobs.

I think ideally there would be a job or two for unit tests, and then probably a cocoapods test job for each platform. This would keep us from running into the 50 minute Travis time limit for Mac jobs.

stephencelis added a commit that referenced this issue Jun 23, 2016
Closes #457: Split up tests into more Travis jobs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant