Skip to content

Commit 25e7354

Browse files
committed
Try to use any SSH key instead of deploy key
1 parent adf1bbe commit 25e7354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ env:
88
- COMPOSER_PREF="--prefer-lowest"
99
- COMPOSER_PREF=""
1010
before_install:
11-
- openssl aes-256-cbc -K $encrypted_2b7e0505597a_key -iv $encrypted_2b7e0505597a_iv -in .travis/deploy_rsa_encrypted -out ~/.ssh/id_rsa -d
11+
- ssh-keygen -N "" -f ~/.ssh/id_rsa
12+
# - openssl aes-256-cbc -K $encrypted_2b7e0505597a_key -iv $encrypted_2b7e0505597a_iv -in .travis/deploy_rsa_encrypted -out ~/.ssh/id_rsa -d
1213
- chmod 600 ~/.ssh/id_rsa
1314
install: composer update --no-interaction --prefer-source $COMPOSER_PREF
1415
script:

0 commit comments

Comments
 (0)