Skip to content

Commit e092bd3

Browse files
authored
Remove php 5.4 from list of supported
1 parent 5324d76 commit e092bd3

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

76
before_script:
@@ -12,4 +11,4 @@ script: phpunit --coverage-text --exclude-group ProcessTitle
1211

1312
after_script:
1413
- wget https://scrutinizer-ci.com/ocular.phar
15-
- php ocular.phar code-coverage:upload --format=php-clover ./build/coverage.clover
14+
- php ocular.phar code-coverage:upload --format=php-clover ./build/coverage.clover

0 commit comments

Comments
 (0)