Make sure to use the version of phpunit I actually install

This commit is contained in:
Timothy Warren 2016-08-30 12:02:21 -04:00
parent 60c9c86580
commit 656688a5f3
1 changed files with 1 additions and 5 deletions

View File

@ -10,13 +10,9 @@ php:
- hhvm
- nightly
before_script:
- composer global require "phpunit/phpunit:5.*"
script:
- mkdir -p build/logs
- phpunit -c build
- vendor/bin/phpunit -c build
services:
- redis