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 868e133 commit 0faeff5Copy full SHA for 0faeff5
.travis.yml
@@ -2,7 +2,9 @@ language: php
2
dist: xenial
3
before_install:
4
- sudo apt-get update
5
- - sudo apt-get install -y php-ssh2
+ - sudo apt-get install -y php7.1-ssh2
6
+ - sudo apt-get install -y php7.2-ssh2
7
+ - sudo apt-get install -y php7.3-ssh2
8
php:
9
- '7.1'
10
- '7.2'
0 commit comments