Skip to content

Commit 5b0b6ef

Browse files
authored
Merge pull request #9 from n1te1337/php7
PLATFORM-703: updated travis build to run under php7
2 parents e3b05b0 + 434bfbc commit 5b0b6ef

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
78
install:
89
- composer install
910
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"chrisboulton/php-resque": "dev-master"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "4.5.*",
13+
"phpunit/phpunit": "^4.8",
1414
"squizlabs/php_codesniffer": "2.3.0",
1515
"predis/predis": "^1.0"
1616
},

0 commit comments

Comments
 (0)