Skip to content

Commit 252d3c2

Browse files
committed
Remove travis install of SSH2 PHP extension
1 parent ec97e89 commit 252d3c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ php:
66
- 7.3
77

88
before_script:
9-
- sudo apt-get update && sudo apt-get install libssh2-1 libssh2-1-dev -y
10-
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then cd /tmp && git clone https://git.php.net/repository/pecl/networking/ssh2.git && cd /tmp/ssh2 && phpize && ./configure && make && make install; fi
11-
- echo "extension=ssh2.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
129
- cd $TRAVIS_BUILD_DIR
1310
- ssh-keygen -N '' -f ~/.ssh/id_rsa
1411
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

0 commit comments

Comments
 (0)