Skip to content

Commit 79970d8

Browse files
author
Shaun Bramley
committed
add phpunit 4.8 to require-dev and force travisci to use local phpunit
1 parent c3653ae commit 79970d8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ php:
1010
install: ./travis-init.sh
1111

1212
script:
13-
- phpunit --coverage-text
13+
- ./vendor/bin/phpunit --coverage-text

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"require": {
77
"php": ">=5.4.0"
88
},
9+
"require-dev": {
10+
"phpunit/phpunit": "~4.8"
11+
},
912
"suggest": {
1013
"ext-libevent": ">=0.1.0",
1114
"ext-event": "~1.0",

0 commit comments

Comments
 (0)