-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add travis CI integration #7
Comments
And maybe https://codebeat.co/ |
we have permissions and it's set up. now we just need a .travis.yml |
I will work on the |
k. l want to look at this as well https://github.com/codecov/example-objc |
I added the initial travis.yml, but the tests are failing:
I am not sure how to get around that from the command line. Anyone have any ideas? |
I got the tests running/passing except for the |
Running the command locally, gives me the following valid options:
It appears |
I'm really not sure, having not done it before. I'd say we just leave it failing for now until we figure it out. Or, alternatively, we could not test them and then have a ticket to test them right. |
On further thought, I think I would prefer the latter. Just so we have all those PRs nice and shiny and passing. |
I have tests for iOS 8.1-9.3 and OSX 10.11 passing. We will need to figure out later how to add automated tests for tvOS and watchOS. |
I have codebeat setup and a PR with the badge. The travis.yml has support for codecov and we have approval for our repo but nothing is showing up in the account and so that needs to be looked at. |
I created a separate issue #45 for codecov so we can close the travis ci issue. |
To help alleviate build issues, we should add support for travis CI so that we can verify builds before merging pull requests.
The text was updated successfully, but these errors were encountered: