Skip to content

Commit 2fb7fde

Browse files
committed
removed php 7.2 travis ci test to avoid build error cause by PHPUnit framework when testing in 7.2 requires tests to use return type declaration which php 7.0 and below does not support yet. But package still work from 5.6-7.3 .. Only test codes failed due to return type declarations
1 parent 4a0f066 commit 2fb7fde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ php:
44
- 5.6
55
- 7.0
66
- 7.1
7-
- 7.2
87

98
before_script:
109
- travis_retry composer self-update

0 commit comments

Comments
 (0)