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