Skip to content

Commit 0faeff5

Browse files
committed
Install SSH extension for all tested versions of PHP
1 parent 868e133 commit 0faeff5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: php
22
dist: xenial
33
before_install:
44
- sudo apt-get update
5-
- sudo apt-get install -y php-ssh2
5+
- 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
68
php:
79
- '7.1'
810
- '7.2'

0 commit comments

Comments
 (0)