Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed May 25, 2019
1 parent d889b03 commit 8f4d492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ osx_image: xcode10.2
if: tag IS blank
script:
- export CERTIFICATE_P12=/scripts/certs/cert.p12;
- echo $CERTIFICATE_OSX_P12 | base64 decode > $CERTIFICATE_P12;
- echo $CERTIFICATE_OSX_P12 | base64 --decode > $CERTIFICATE_P12;
- export KEYCHAIN=build.keychain;
- security create-keychain -p $CERTIFICATE_PASSWORD $KEYCHAIN;
- security default-keychain -s $KEYCHAIN;
Expand Down

0 comments on commit 8f4d492

Please sign in to comment.