Skip to content

Commit 11100c0

Browse files
authored
Dropped testing for php5.3
Travis does not support tests for php5.3 anymore.
1 parent a2d7f9d commit 11100c0

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
@@ -2,6 +2,5 @@ language: php
22
php:
33
- 5.5
44
- 5.4
5-
- 5.3
65
before_script: composer install
7-
script: phpunit
6+
script: phpunit

0 commit comments

Comments
 (0)