Skip to content

Commit d40a14d

Browse files
committed
Add pecl install libssh
1 parent eedd819 commit d40a14d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ php:
88
before_script:
99
- lsb_release -a
1010
- sudo apt-get update && sudo apt-get install libssh2-1 -y
11+
- printf "\n" | pecl install ssh2-1.1.2
1112
- echo "extension=ssh2.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1213
- ssh-keygen -N '' -f ~/.ssh/id_rsa
1314
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

0 commit comments

Comments
 (0)