Created
March 25, 2016 16:38
-
-
Save zackbraksa/fd19ba61d312c7325ec2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: objective-c | |
osx_image: xcode7.3 | |
before_script: | |
- openssl aes-256-cbc -k $ENCRYPTION_PASSWORD -in fastlane/Certificates/distribution.p12.enc | |
-d -a -out fastlane/Certificates/distribution.p12 | |
script: | |
- "./fastlane/travis.sh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment