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 fd982aa commit b768adaCopy full SHA for b768ada
.travis.yml
@@ -3,8 +3,6 @@ language: php
3
dist: bionic
4
5
php:
6
- - "5.6"
7
- - "7.0"
8
- "7.1"
9
- "7.2"
10
- "7.3"
@@ -18,6 +16,10 @@ matrix:
18
16
dist: trusty
19
17
- php: 5.5
20
+ - php: 5.6
+ dist: xenial
21
+ - php: 7.0
22
23
24
install: travis_retry composer install --no-interaction --prefer-source
25
0 commit comments