Skip to content

Commit b768ada

Browse files
committed
Fix PHP 5.6 and 7.0 tests
1 parent fd982aa commit b768ada

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ language: php
33
dist: bionic
44

55
php:
6-
- "5.6"
7-
- "7.0"
86
- "7.1"
97
- "7.2"
108
- "7.3"
@@ -18,6 +16,10 @@ matrix:
1816
dist: trusty
1917
- php: 5.5
2018
dist: trusty
19+
- php: 5.6
20+
dist: xenial
21+
- php: 7.0
22+
dist: xenial
2123

2224
install: travis_retry composer install --no-interaction --prefer-source
2325

0 commit comments

Comments
 (0)