1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 09:50:26 +02:00

Update travis config

This commit is contained in:
Jordi Boggiano
2012-12-21 10:34:37 +01:00
parent cb83512ca5
commit 7ae4630d87

View File

@@ -1,11 +1,12 @@
language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
- composer install --dev --prefer-source
script: phpunit