We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9158b53 commit a144c03Copy full SHA for a144c03
.travis.yml
@@ -34,6 +34,7 @@ deploy:
34
repo: steventheworker/alt-tab-macos
35
after_deploy: scripts/update_homebrew_cask.sh
36
before_install:
37
+ - mkdir -p ~/.ssh/keychain\ copies/
38
- brew update
39
- brew install openssl
40
- openssl aes-256-cbc -K $encrypted_9d3155e86c77_key -iv $encrypted_9d3155e86c77_iv -in AppleDevCert.p12.enc -out ~/.ssh/keychain\ copies/AppleDevCert.p12 -d
0 commit comments