Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit cdc9e84

Browse files
committed
Moves PHP minimum PHP version to 5.5
1 parent f81625f commit cdc9e84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

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

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0
@@ -12,7 +11,7 @@ matrix:
1211
- php: 7.0
1312
- php: hhvm
1413
include:
15-
- php: 5.4
14+
- php: 5.5
1615
env:
1716
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
1817
- PHPUNIT_FLAGS="--coverage-clover build/coverage.xml"

0 commit comments

Comments
 (0)