Fix travis ci build script
This commit is contained in:
parent
250ca0b074
commit
f9626173a3
@ -5,9 +5,7 @@ before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_5699a01b7a5f_key -iv $encrypted_5699a01b7a5f_iv
|
||||
-in madeline_rsa.enc -out madeline_rsa -d
|
||||
- echo "phar.readonly = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- eval "$(ssh-agent -s)"
|
||||
- chmod 600 madeline_rsa
|
||||
- ssh-add madeline_rsa
|
||||
|
||||
script:
|
||||
- tests/makephar.sh
|
||||
|
@ -34,6 +34,8 @@ $php7to5 convert --copy-all phar7 phar5
|
||||
|
||||
php makephar.php phar5 madeline.phar $TRAVIS_COMMIT
|
||||
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add madeline_rsa
|
||||
git clone git@github.com:danog/MadelineProtoPhar
|
||||
cd MadelineProtoPhar
|
||||
cp ../madeline.phar .
|
||||
|
Loading…
Reference in New Issue
Block a user