Skip to content

Commit c2f3c1d

Browse files
committed
Try including 5.3 in dist: precies matrix.
1 parent 41361ea commit c2f3c1d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,16 @@ dist: trusty
44
language: php
55

66
php:
7-
- 5.3
87
- 5.4
98
- 5.5
109
- 5.6
1110
- 7.0
1211
- 7.1
1312

14-
env:
15-
1613
matrix:
1714
include:
18-
- php: 5.3
19-
dist: precise
20-
- php: 5.4
21-
- php: 5.5
22-
- php: 5.6
23-
- php: 7.0
24-
- php: 7.1
15+
- dist: precise
16+
php: 5.3
2517

2618
before_script:
2719
- php -m

0 commit comments

Comments
 (0)