Skip to content

Commit 85c6f3f

Browse files
committed
Travis check compatiblity only with PHP >= 7.0
1 parent 8157eba commit 85c6f3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: php
22
php:
3-
- 5.4
4-
- 5.5
5-
- 5.6
6-
- hhvm
3+
- 7.0
4+
- 7.1
75

86
before_script:
97
- composer self-update

0 commit comments

Comments
 (0)