Skip to content

Commit 9158b53

Browse files
feat(core): add openssl (with brew)
1 parent 054943c commit 9158b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deploy:
3434
repo: steventheworker/alt-tab-macos
3535
after_deploy: scripts/update_homebrew_cask.sh
3636
before_install:
37-
- sudo apt-get update
38-
- sudo apt-get install openssl
37+
- brew update
38+
- brew install openssl
3939
- openssl aes-256-cbc -K $encrypted_9d3155e86c77_key -iv $encrypted_9d3155e86c77_iv -in AppleDevCert.p12.enc -out ~/.ssh/keychain\ copies/AppleDevCert.p12 -d
4040
- 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

Comments
 (0)