Skip to content
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 and badge on readme to auto run tests #154

Open
nathan-hekman opened this issue Jan 4, 2016 · 0 comments
Open
Assignees

Comments

@nathan-hekman
Copy link
Collaborator

From Robert:
https://github.com/watson-developer-cloud/ios-sdk/blob/master/.travis.yml
https://docs.travis-ci.com/user/encrypting-files/

notice this command: - openssl aes-256-cbc -K $encrypted_1ae11c268751_key -iv $encrypted_1ae11c268751_iv -in WatsonDeveloperCloudTests/Credentials_full.plist.enc -out WatsonDeveloperCloudTests/Credentials.plist -d actually deencypts the file

make sure you git ignore Credentials.plist so you don’t automatically check it into the project

you will probably want every developer to have Credentials.plist file on their filesystems, however. The Xcode project will contain a reference to it

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

2 participants