mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-22 05:52:31 +01:00
13 lines
130 B
YAML
13 lines
130 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3.3
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
|
|
before_script:
|
|
- composer install --dev --prefer-source
|
|
|
|
script: phpunit
|