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 7d0d8ca commit 0dce83aCopy full SHA for 0dce83a
.travis.yml
@@ -1,12 +1,16 @@
1
language: php
2
dist: xenial
3
-before_install:
4
- - 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'
9
- '7.3'
+matrix:
+ include:
+ - php: '7.1'
10
+ addons:
11
+ apt:
12
+ packages:
13
+ - php7.1-ssh2
14
install:
15
- composer update
16
script:
0 commit comments