Make sure to use the version of phpunit I actually install
This commit is contained in:
parent
c3ec94c063
commit
08b61d08e9
@ -10,13 +10,9 @@ php:
|
|||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- composer global require "phpunit/phpunit:5.*"
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
- phpunit -c build
|
- vendor/bin/phpunit -c build
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- redis
|
- redis
|
||||||
|
Loading…
Reference in New Issue
Block a user