Skip to content

Commit a771234

Browse files
committed
test with php 5.6
1 parent be7d933 commit a771234

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
64
- 7.2
5+
- 7.1
6+
- 7.0
7+
- 5.6
78

89
matrix:
910
fast_finish: true
1011
allow_failures:
11-
- php: 7.0
12+
- php: 5.6
1213

1314
before_script:
1415
- travis_retry composer self-update

0 commit comments

Comments
 (0)