1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

use installer script to install Composer

This commit is contained in:
Matt Lehner
2012-04-20 14:34:38 -04:00
parent 7ffd390c47
commit 6507d1a615

View File

@@ -5,7 +5,7 @@ php:
- 5.4 - 5.4
before_script: before_script:
- wget -nc http://getcomposer.org/composer.phar - curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev - php composer.phar install --dev
script: phpunit script: phpunit