Skip to content

Commit b965b38

Browse files
committed
php7 check #82
1 parent 877ee32 commit b965b38

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ php:
1010

1111
matrix:
1212
allow_failures:
13-
- php: 7.0
1413
- php: hhvm
1514

1615
before_install:
1716
- composer install
1817

19-
script: ./vendor/bin/phpunit
18+
script:
19+
- ./vendor/bin/phpunit
20+
- ./vendor/bin/php7cc ./src

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "~4.0",
26-
"guzzlehttp/guzzle": "5.x"
26+
"guzzlehttp/guzzle": "5.x",
27+
"sstalle/php7cc": "^1.0"
2728
},
2829
"suggest": {
2930
"guzzlehttp/[email protected]": "To use Guzzle5 request resolver"

0 commit comments

Comments
 (0)