Skip to content

Commit 797c6e2

Browse files
committed
only support > php 7.1
1 parent ba24121 commit 797c6e2

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)