Skip to content

Commit edc43ab

Browse files
authoredFeb 8, 2019
Merge pull request #168 from darryldecode/builderrorfix
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 when using CI testing on php7.2 as it installs PHPunit 8.0+ which uses 7.2+ with return type declarations
2 parents 4a0f066 + 2fb7fde commit edc43ab

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)