Skip to content

Commit b7eb9ea

Browse files
authored
Remove PHP 5.3, 5.4 and 5.5
For incompatibility with phpunit 5 we remove php version under 5.5
1 parent c8f96de commit b7eb9ea

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,14 +1,12 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
5+
- 7.0
86

97
before_script:
108
- composer install --prefer-source --no-interaction
119

1210
script:
1311
- vendor/bin/phpunit --verbose --coverage-text
14-
- vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
12+
- vendor/bin/phpcs --standard=PSR2 --extensions=php src tests

0 commit comments

Comments
 (0)