Make Travis CI use installed PHPUnit version, not global one

This commit is contained in:
Gabriel Caruso 2017-11-11 01:02:11 -02:00
parent 691e36b1f2
commit 70ef6f5521
1 changed files with 6 additions and 1 deletions

View File

@ -14,5 +14,10 @@ matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: 5.3
sudo: false
before_script:
- composer install --prefer-dist --no-interaction --no-progress
script:
- vendor/bin/phpunit