1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-22 05:52:31 +01:00
php-monolog/.travis.yml
2012-12-21 10:34:37 +01:00

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