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 f461e5e commit 7d0d8caCopy full SHA for 7d0d8ca
.travis.yml
@@ -1,7 +1,8 @@
1
language: php
2
dist: xenial
3
before_install:
4
- - echo "extension = ssh2.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
+ - sudo apt-get install -y -qq libssh2-1-dev libssh2-php
5
+ - pecl install -f ssh2-beta < .noninteractive
6
php:
7
- '7.1'
8
- '7.2'
0 commit comments