1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00
php-monolog/.travis.yml
adlawson 485371d7ed Add PHPUnit to dev dependencies
The easier it is for people to contribute, the better. Relying on a
global install of PHPUnit via PEAR doesn't sit well with some
developers. As other dev dependencies are installed via composer, why
not add PHPUnit itself to the list?
2013-09-17 14:17:58 +01:00

13 lines
143 B
YAML

language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
before_script:
- composer install --dev --prefer-source
script: ./vendor/bin/phpunit