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 eedd819 commit d40a14dCopy full SHA for d40a14d
.travis.yml
@@ -8,6 +8,7 @@ php:
8
before_script:
9
- lsb_release -a
10
- sudo apt-get update && sudo apt-get install libssh2-1 -y
11
+ - printf "\n" | pecl install ssh2-1.1.2
12
- echo "extension=ssh2.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
13
- ssh-keygen -N '' -f ~/.ssh/id_rsa
14
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
0 commit comments