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 2308684 commit 852c70fCopy full SHA for 852c70f
.travis.yml
@@ -1,13 +1,9 @@
1
language: php
2
dist: xenial
3
-matrix:
4
- include:
5
- - php: '7.1'
6
- before_install:
7
- - sudo apt-get install software-properties-common
8
- - sudo add-apt-repository ppa:ondrej/php -y
9
- - sudo apt-get update
10
- - sudo apt-get install -y php7.1-ssh2
+apt_packages:
+ - php-ssh2
+php:
+ - '7.0'
11
install:
12
- composer update
13
script:
0 commit comments