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:
parent
691e36b1f2
commit
70ef6f5521
@ -14,5 +14,10 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
- php: 5.3
|
||||||
|
|
||||||
sudo: false
|
before_script:
|
||||||
|
- composer install --prefer-dist --no-interaction --no-progress
|
||||||
|
|
||||||
|
script:
|
||||||
|
- vendor/bin/phpunit
|
||||||
|
Loading…
Reference in New Issue
Block a user