We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf1bbe commit 25e7354Copy full SHA for 25e7354
.travis.yml
@@ -8,7 +8,8 @@ env:
8
- COMPOSER_PREF="--prefer-lowest"
9
- COMPOSER_PREF=""
10
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
+ - 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
13
- chmod 600 ~/.ssh/id_rsa
14
install: composer update --no-interaction --prefer-source $COMPOSER_PREF
15
script:
0 commit comments