1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00
php-monolog/.travis.yml

13 lines
130 B
YAML
Raw Normal View History

2011-11-13 00:35:48 +00:00
language: php
2012-10-12 12:54:44 -04:00
php:
2012-12-21 10:34:37 +01:00
- 5.3.3
2011-11-13 00:35:48 +00:00
- 5.3
- 5.4
2012-12-21 10:34:37 +01:00
- 5.5
2011-11-13 00:35:48 +00:00
2012-04-20 14:02:40 -04:00
before_script:
2012-12-21 10:34:37 +01:00
- composer install --dev --prefer-source
2012-04-20 14:02:40 -04:00
2011-11-13 00:35:48 +00:00
script: phpunit