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

12 lines
157 B
YAML
Raw Normal View History

2011-11-13 00:35:48 +00:00
language: php
php:
- 5.3
- 5.4
2012-04-20 14:02:40 -04:00
before_script:
- curl -s http://getcomposer.org/installer | php
2012-04-20 14:02:40 -04:00
- php composer.phar install --dev
2011-11-13 00:35:48 +00:00
script: phpunit