diff --git a/.travis.yml b/.travis.yml index b60bad2..03b7ecb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ install: - composer install --prefer-source --no-interaction script: - - phpunit --coverage-text + - ./vendor/bin/phpunit --coverage-text diff --git a/composer.json b/composer.json index bd3a696..854099f 100644 --- a/composer.json +++ b/composer.json @@ -12,5 +12,8 @@ }, "autoload-dev": { "psr-4": { "React\\Tests\\Cache\\": "tests/" } + }, + "require-dev": { + "phpunit/phpunit": "~4.8" } }