Skip to content

Commit 9171369

Browse files
committed
remove php7 from travis config and add 5.5 for compatibility
1 parent 39d8f4c commit 9171369

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22
os: linux
3+
dist: trusty
34
php:
5+
- 5.5
46
- 5.6
5-
- 7.0
6-
- 7.1
7-
- 7.2
87
env:
98
global:
109
- CC_TEST_REPORTER_ID=b6d85f5dc7af90e89653c56b04866b27d98b35e84c2ff9a5d9499bbb53469cbf

0 commit comments

Comments
 (0)