blob: 71d8fa0697e486e04dca61d63fe7705fd9a4270d [file] [log] [blame]
language: php
php:
- 5.2
- 5.3
- 5.4
- 5.5
before_script:
- phpenv config-add src/test/config/php.travis.ini
script:
- phpunit --verbose
services:
- mongodb
notifications:
email: log4php-dev@logging.apache.org
irc: "chat.freenode.net#apache-logging"