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 c3ec94c063
commit 08b61d08e9
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