1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 12:17:35 +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 language: php
php: php:
- 5.3.3
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5
before_script: before_script:
- curl -s http://getcomposer.org/installer | php - composer install --dev --prefer-source
- php composer.phar install --dev
script: phpunit script: phpunit