1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

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

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