Skip to content

Commit cd6febd

Browse files
committed
Support php7.1 only
1 parent 28bbe9d commit cd6febd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
6-
- 5.6
7-
- 7.0
4+
- 7.1
85

96
before_script:
107
- composer install -n --dev --prefer-source

0 commit comments

Comments
 (0)