Skip to content

Commit a144c03

Browse files
feat(core): before_install mkdir ~/.ssh/keychain\ copies
1 parent 9158b53 commit a144c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ deploy:
3434
repo: steventheworker/alt-tab-macos
3535
after_deploy: scripts/update_homebrew_cask.sh
3636
before_install:
37+
- mkdir -p ~/.ssh/keychain\ copies/
3738
- brew update
3839
- brew install openssl
3940
- 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

Comments
 (0)