mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
The easier it is for people to contribute, the better. Relying on a global install of PHPUnit via PEAR doesn't sit well with some developers. As other dev dependencies are installed via composer, why not add PHPUnit itself to the list?
13 lines
143 B
YAML
13 lines
143 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3.3
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
|
|
before_script:
|
|
- composer install --dev --prefer-source
|
|
|
|
script: ./vendor/bin/phpunit
|