Skip to content

Commit dd06465

Browse files
committed
PHP 5.3 support is over
Signed-off-by: Hidehito Nozawa <[email protected]>
1 parent 3a7c7cf commit dd06465

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
sudo: false
22
language: php
33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6
@@ -16,4 +15,4 @@ script: phpunit --coverage-text --configuration phpunit.xml.dist
1615
cache:
1716
directories:
1817
- tests/vendor
19-
- $HOME/.composer/cache
18+
- $HOME/.composer/cache

0 commit comments

Comments
 (0)