-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Added encrypted credential files and enable integration tests #2412
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Please wait for @paulb777 to confirm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
BTW, you can turn on travis testing for the enable-integration-tests
branch by temporarily adding it at https://github.com/firebase/firebase-ios-sdk/blob/master/.travis.yml#L291
Looks like an issue in https://travis-ci.org/firebase/firebase-ios-sdk/jobs/496638822 |
I think the issue is that you can't encrypt multiple files. You have to compress then encrypt. travis-ci/travis-ci#8759 |
Looks like encryption is working now, but I suspect something in the |
Encryption should be working now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undo the .travis.yml and this looks good to merge.
Thanks for working through this! Your work will make it a lot easier for anyone else to add integration tests.
No description provided.