Skip to content

Commit f7128e9

Browse files
committed
Add Php 7, Remove Php 5.4, 5.5.
1 parent 178214f commit f7128e9

3 files changed

Lines changed: 264 additions & 203 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: php
22
php:
3+
- 7.0
34
- 5.6
4-
- 5.5
5-
- 5.4
65
- hhvm
76
install: composer install
87
script: ./vendor/bin/phpunit --coverage-clover clover.xml

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"license": "MIT",
1313
"require": {
14-
"php": "~5.4 || ~7.0"
14+
"php": "~5.6 || ~7.0"
1515
},
1616
"require-dev": {
1717
"predis/predis": "~1.0",

0 commit comments

Comments
 (0)